RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPropertyEditor.GetPropInfo Method

Returns the property information record for the object being edited.

Pascal
function GetPropInfo: PPropInfo; virtual;
C++
virtual __fastcall PPropInfo GetPropInfo();

Call GetPropInfo to access the property information record that describes the property being edited, including its access functions. If more than one object is being edited, GetPropInfo returns the property information record for the object returned by GetComponent(0). 

If only the type information record is desired, use the GetPropType method instead. 

 

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