Unit 'ExtendedStrings' Package
[Overview][Types][Classes][Index] [#lazutils]

TExtStringsOptions

Stores TExtStringsOption values.

Declaration

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.

);

Description

TExtStringsOptions is a set type used to store TExtStringsOption values. TExtStringsOptions is the type used for the TExtendedStringList.Options property.

See also

TExtendedStringList.Options

  

Contains record options enabled in the class.


Version 4.4 Generated 2025-11-08 Home