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

TExtStringsOption

Defines actions needed when creating or freeing records in TExtendedStringList.

Declaration

Source position: extendedstrings.pas line 30

type TExtStringsOption = (

  esoClearRecordsOnCreate,

  

Memory allocated to a new record is cleared (filled with #0).

  esoFreeObjectsOnDelete

  

Objects call their free method before they are deleted.

);

Description

TExtStringsOption is an enumeration type with values that define actions needed when creating or freeing records in TExtendedStringList. Values from TExtStringsOption are stored in the TExtStringsOptions type.

See also

TExtStringsOption

  

Defines actions needed when creating or freeing records in TExtendedStringList.

TExtStringsOptions

  

Stores TExtStringsOption values.


Version 4.0 Generated 2025-05-03 Home