[Overview][Types][Classes][Index] |
Defines actions needed when creating or freeing records in TExtendedStringList.
Source position: extendedstrings.pas line 30
type TExtStringsOption = ( |
||
esoClearRecordsOnCreate, |
|
Memory allocated to a new record is cleared (filled with #0). |
esoFreeObjectsOnDelete |
|
Objects call their free method before they are deleted. |
); |
TExtStringsOption is an enumeration type with values that define actions needed when creating or freeing records in TExtendedStringList. Values from TExtStringsOption are stored in the TExtStringsOptions type.
|
Defines actions needed when creating or freeing records in TExtendedStringList. |
|
|
Stores TExtStringsOption values. |
Version 4.0 | Generated 2025-05-03 | Home |