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_index(cp: SDS_ColumnInfo; const name: string): longword;

Arguments:

cp Column information handle
name Field identifier (name)

Description:

This function is used to determine numeric null based index of column specified by name.

Returns:

Null based column index.

Usage:

i := sds_column_index(cp, 'name');

See also:

sds_column_info, sds_column_free, sds_column_name, sds_column_type.

PSP Help documents