Edited value type.
TEditValueType = ( vtInteger, vtHex, vtBinary, vtFloat, vtTime, vtDate, vtDateTime );
ecEdits
|
Members |
Description |
|
vtInteger |
Integer value in decimal form. |
|
vtHex |
Integer value in hexadecimal form. |
|
vtBinary |
Integer value in binary form. |
|
vtFloat |
Floating point value. |
|
vtTime |
Time value. |
|
vtDate |
Date value. |
|
vtDateTime |
Date and time value. |
|
Copyright (c) 2004-2011. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|