![]() |
• Interface Manager | ||||||||||||||
|
API Links
Developer Links
|
class TextSettingDefined in:
The C4Configuration.hTextSetting class is used for a text setting represented by an editable text box.
Definition
Member Functions
Constructor
Parameters
Description
The TextSetting class represents a setting that displays a text box and has a string value. The maximum length of the string is specified by the maxLen parameter, and the characters allowed in the string can be controlled by specifying a filter with the filterProc parameter. If no filter is specified, then all characters are allowed.
Base Classes
|