![]() |
![]() ![]() ![]() |
dcFolderListView component.
|
type
|
TdcListViewRegistrySaver = class
|
published
|
property Enabled: Boolean;
|
property RegKey: String;
|
property RegLocation: TdcRegLocation;
|
end;
|
|
property RegistrySaver: TdcListViewRegistrySaver;
|
The RegistrySaver structure intended to save and restore the sorting rules, ViewStyle and widths of columns on every exit and startup of your program.
|
|
Just specify the RegLocation and RegKey where to store these settings, and set Enabled to True. The SortColumn, SortDirection properties and widths of the list columns will be saved on every exit, to be restored on every program restart.
|