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_fetch_column_int(ap: SDS_Array; index: longword): longint;

Arguments:

ap Row handle
index Null based numeric column index

Description:

Fetches cell value by column index as integer.

Returns:

Cell contents or 0 on error.

Usage:

i := sds_fetch_column_int(ap, 2);

See also:

sds_fetch_column, sds_fetch_column_float, sds_fetch_field.

PSP Help documents