Executes a callback for every attribute set name.
procedure GetAttrNames(Proc: TGetStrProc);
GetAttrNames(TGetStrProc Proc);
DRIntf
Call GetAttrNames to perform a callback for every attribute set in the Data Dictionary. The Proc parameter is called for every attribute set with its parameter set to the name of the attribute set.
The callback can obtain an attribute ID from the attribute set's name by calling FindAttrID.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|