NOTE - This function was introduced in version 1.01.0029.
The TSCustomCaption function returns the customized name of an internal field.
Syntax
TSCustomCaption( caption code )
The TSCustomCaption function syntax has these parts:
Argument | Description |
---|---|
caption code | Required. This argument identifies a caption code corresponding to a customizable element of a field name. |
Remarks
The caption code corresponds to a field name or in some cases just part of a field name. Please see the possible codes for the application of interest.
If you supply a value other than a valid custom caption code, the value you passed is returned unchanged.
Example
Click here for examples.