Class TEnhLVSaveSettings (unit EnhListView)

Inherits from

TPersistent

Class for saved settings

Constructors


constructor Create;



Functions

procedure ReadColumnSizes(ColCount: integer; var IntArray: array of integer);


procedure StoreColumnSizes(ColCount: integer; const IntArray: array of integer);


Properties

property AutoSave : boolean


property RegistryKey : string


property SaveColumnSizes : boolean


Events

Variables

FAutoSave : boolean;


FRegistryKey : string;


FSaveColumnSizes : boolean;



Constructors


constructor Create;


Functions


procedure ReadColumnSizes(ColCount: integer; var IntArray: array of integer);


procedure StoreColumnSizes(ColCount: integer; const IntArray: array of integer);


Properties


property AutoSave : boolean


property RegistryKey : string


property SaveColumnSizes : boolean


Events


Variables


FAutoSave : boolean;


FRegistryKey : string;


FSaveColumnSizes : boolean;