RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DRIntf.GetControlClass Function

Returns the class associated with an attribute set.

Pascal
function GetControlClass(const AttrID: TAttrID): string;
C++
AnsiString GetControlClass(const TAttrID AttrID);

DRIntf

Call GetControlClass to get name of the control class (a TField descendant) associated with an attribute set. If no class is associated with the attribute set, GetControlClass returns an empty string.

Note: To obtain a class reference from the class name, use the GetClass (Delphi) or __classid (C++) function.
 

TObject 

CreateField 

FindAttrID 

GetClass 

</linkItem> <linkItem type="concept" library="win32"> <link xlinkHref="BDETheDataDictionary.xml">The Data Dictionary</link> </linkItem> </linkList> </api>

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