RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DRIntf.GetAttrNames Function

Executes a callback for every attribute set name.

Pascal
procedure GetAttrNames(Proc: TGetStrProc);
C++
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

 

NewAttr 

GetAttrName 

FindAttrID 

The Data Dictionary

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!