|
Syntax
- oneway void setMasks
(
- string EditMask,
- string LiteralMask );
Description
sets the pattern mask.
Syntax
- void getMasks
(
- string EditMask,
- string LiteralMask );
Returns
-
the currently set pattern mask.
Syntax
- oneway void setString
(
- string Str );
Description
sets the string value of this pattern field.
Syntax
- string getString
();
Returns
-
the currently set string value of this pattern field.
Syntax
- oneway void setStrictFormat
(
- boolean bStrict );
Description
determines whether the format is checked even during editing.
Syntax
- boolean isStrictFormat
();
Returns
-
whether the format is currently checked even during editing.
|