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_name(cp: SDS_ColumnInfo; index: longword): string;

Arguments:

cp Column information handle
index Numeric null based column index

Description:

Use this function to learn column name associated with numeric index.

Returns:

String containing column name on success or empty string on error.

Usage:

s := sds_column_name(cp, 3);

See also:

sds_column_info, sds_column_free, sds_column_index, sds_column_type.

PSP Help documents