JVCL Help:TJvValidateEditDisplayFormat
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvValidateEditDisplayFormat type
Search in JVCL Help
Search in all projectsSummary
Defines available display formats.
Pascal
run\JvValidateEdit.pas
TJvValidateEditDisplayFormat = (
dfAlphabetic,
dfAlphaNumeric,
dfBinary,
dfCheckChars,
dfCurrency,
dfCustom,
dfFloat,
dfFloatGeneral,
dfHex,
dfInteger,
dfNonCheckChars,
dfNone,
dfOctal,
dfPercent,
dfScientific,
dfYear,
dfDecimal,
dfIdentifier,
dfFloatFixed
);
Members
Members | Description |
dfAlphabetic | Only displays characters A-Z, a-z. |
dfAlphaNumeric | Only displays characters A-Z, a-z, 0-9. |
dfBinary | Only displays binary characters (0,1). |
dfCheckChars | Only displays characters in CheckCars. |
dfCurrency | Only displays currency characters (0-9, decimal). |
dfCustom | Only displays characters where OnCustomValidate sets IsValid to true. |
dfFloat | Only displays float characters (0-9, decimal). |
dfFloatGeneral | Description for dfFloatGeneral |
dfHex | Only displays hexadecimal characters (0-9,A-F,a-f). |
dfInteger | Only displays integer characters (0-9). |
dfNonCheckChars | Only displays characters not in CheckCars. |
dfNone | Displays any character. |
dfOctal | Only displays octal characters (0-7). |
dfPercent | Only displays percentage characters (0-9). |
dfScientific | Only displays integer characters (0-9, e, E). |
dfYear | Only displays integer characters (0-9) and also sets max length to 4. |
dfDecimal | Description for dfDecimal |
Description
TJvValidateEditDisplayFormat is used as the type for the DisplayFormat property in TJvValidateEdit. Changing DisplayFormat might change the Alignment of the text if AutoAlignment is true and the prefix or suffix used when the control doesn't have focus.
About
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page