RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DRIntf.FindAttrID Function

Returns the ID of a specified attribute set.

Pascal
function FindAttrID(const AttrName: string): TAttrID;
C++
TAttrID FindAttrID(const AnsiString AttrName);

DRIntf

Call FindAttrID to get the attribute ID for an attribute set that is stored in the Data Dictionary. AttrName is the name of the attribute set. If the Data Dictionary does not contain an attribute set with the specified name, FindAttrID returns a null ID. 

 

NewAttr 

GetAttrID 

GetAttrName 

GetAttrNames 

IsNullID 

The Data Dictionary

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