[Overview][Types][Classes][Index] |
Stores TExtStringsOption values.
Source position: extendedstrings.pas line 34
type TExtStringsOptions = set of ( |
||
esoClearRecordsOnCreate, |
|
Memory allocated to a new record is cleared (filled with #0). |
esoFreeObjectsOnDelete |
|
Objects call their free method before they are deleted. |
); |
TExtStringsOptions is a set type used to store TExtStringsOption values. TExtStringsOptions is the type used for the TExtendedStringList.Options property.
|
Contains record options enabled in the class. |
Version 4.0 | Generated 2025-05-03 | Home |