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:

procedure sds_column_free(cp: SDS_ColumnInfo);

Arguments:

cp Column information handle

Description:

Frees memory occupied by column information handle.

Usage:

sds_column_free(cp);

See also:

sds_column_info, sds_column_index, sds_column_name, sds_column_type.

PSP Help documents