Contains record options enabled in the class.
Source position: extendedstrings.pas line 61
public property TExtendedStringList.Options : TExtStringsOptions |
Options is a TExtStringsOptions property that contains the record options enabled for the class. Options can contains values from the TExtStringsOption enumeration, including:
The default value for the property is [ esoClearRecordsOnCreate ] as set in the constructor for the class.
|
Allocates memory for a new record instance. |
|
|
Frees memory allocated for the record at the specified position. |
|
|
Constructor for the class instance. |
|
|
Stores TExtStringsOption values. |
|
|
Defines actions needed when creating or freeing records in TExtendedStringList. |
| Version 4.4 | Generated 2025-11-08 | Home |