📄 tstoragelistcachehdr.inc
字号:
//************************************************************************************//
// File created automatically by GenerateRecords.xls //
// Do not modify by hand //
//************************************************************************************//
private
function GetItems(index: integer): TNamedStorageList;
procedure SetItems(index: integer; const Value: TNamedStorageList);
public
property Items[index: integer]: TNamedStorageList read GetItems write SetItems; default;
function Add(aRecord: TNamedStorageList):integer;
procedure Insert(Index: integer; aRecord: TNamedStorageList);
private
Sorted: boolean;
public
function Find(const aItem:string ; var Index: integer): boolean;
procedure Sort;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -