[Overview][Types][Classes][Index] Reference for unit 'ExtendedStrings' (#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.0 Generated 2025-05-03 Home