RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPropertyEditor.GetPropType Method

Returns the type information record for the object being edited.

Pascal
function GetPropType: PTypeInfo;
C++
__fastcall PTypeInfo GetPropType();

Call GetPropType to obtain access to the type information record that describes the type of the property being edited. If more than one object is being edited, GetPropType returns the type information record for the object returned by GetComponent(0). 

If information about the property access functions and storage details is desired as well, use the GetPropInfo method instead. 

 

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