[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lazglib2.pas line 429
type TGKeyFileFlags = set of ( |
||
TGKeyFileFlagsIdxMinValue = 0, |
|
|
G_KEY_FILE_KEEP_COMMENTS = 0, |
|
|
G_KEY_FILE_KEEP_TRANSLATIONS = 1, |
|
|
TGKeyFileFlagsIdxMaxValue = 31 |
|
|
); |