[Overview][Types][Classes][Index] Reference for unit 'ExtendedStrings' (#lazutils)

TExtendedStringList.Options

Contains record options enabled in the class.

Declaration

Source position: extendedstrings.pas line 61

public property TExtendedStringList.Options : TExtStringsOptions
  read FOptions
  write SetOptions;

Description

Options is a TExtStringsOptions property that contains the record options enabled for the class. Options can contains values from the TExtStringsOption enumeration, including:

esoClearRecordsOnCreate
Memory allocated to a new record is cleared (filled with #0)
esoFreeObjectsOnDelete
Objects call their free method before they are deleted

The default value for the property is [ esoClearRecordsOnCreate ] as set in the constructor for the class.

See also

TExtendedStringList.CreateRecord

  

Allocates memory for a new record instance.

TExtendedStringList.FreeRecord

  

Frees memory allocated for the record at the specified position.

TExtendedStringList.Create

  

Constructor for the class instance.

TExtStringsOptions

  

Stores TExtStringsOption values.

TExtStringsOption

  

Defines actions needed when creating or freeing records in TExtendedStringList.


Version 4.0 Generated 2025-05-03 Home