[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lazglib2.pas line 319
type TGFormatSizeFlags = set of ( |
||
TGFormatSizeFlagsIdxMinValue = 0, |
|
|
G_FORMAT_SIZE_LONG_FORMAT = 0, |
|
|
G_FORMAT_SIZE_IEC_UNITS = 1, |
|
|
G_FORMAT_SIZE_BITS = 2, |
|
|
G_FORMAT_SIZE_ONLY_VALUE = 3, |
|
|
G_FORMAT_SIZE_ONLY_UNIT = 4, |
|
|
TGFormatSizeFlagsIdxMaxValue = 31 |
|
|
); |