This is a search engine friendly CGI program that outputs help documents.
The LufDoc (Live User Fed Documentation) comment system will be implemented soon.

PSP Help Doc Indexer System

(Version 1.4.1)


Declaration:

function sds_column_info(const from: string): SDS_ColumnInfo;

Arguments:

from SDS table path

Description:

Gathers column information for SDS table.

Returns:

Valid column information handle on success or NIL (NULL) pointer on error.

Usage:

cp := sds_column_info('test.sds');

See also:

sds_column_index, sds_column_free, sds_column_name, sds_column_type.

PSP Help documents