RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TypInfo.GetPropName Function

Returns the name of a component property identified by a given PPropInfo.

Pascal
function GetPropName(PropInfo: PPropInfo): string;
C++
AnsiString GetPropName(PPropInfo PropInfo);

Use GetPropName to obtain the qualified property name of a component's property identified by a given PPropInfo parameter.  

PropInfo is the type information record that describes the property. You can obtain the type information for a component property by calling the GetPropInfo function. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!