GetKeyField 

Purpose

Returns the value of the specified keyfield.

Syntax

string GetKeyField(const string& strKeyFieldName);

Parameters

strKeyFieldName: Name of the parameter.

Return Value

Returns a string object containing the value of the specified keyfield.

Description

This function returns the value of the specified keyfield. If the specified keyfield does not exist, then the string returned is a null string.

Related Information

SetKeyField