[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

TExtStringsOptions

  

Stores TExtStringsOption values.

TExtStringsOption

  

Defines actions needed when creating or freeing records in TExtendedStringList.