RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IProperty.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 a representative component. 

 

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