Applies To
TQDB, TQDBItem, TQDBView
Declaration
function AdminKeys(Keys : TStrings; StartOfKey : TKey) : longint;
Description
The AdminKeys method fills Keys with a list of all the Admin keys which begin with StartOfKey. If startofkey is empty ('') all the Admin keys are included. The return value corresponds to the number matching keys.
keys:=TStringList.Create;
Q.AdminKeys(keys,'QDB');