RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IProperty.GetPropInfo Method

Returns the property information record for the object being edited.

Pascal
function GetPropInfo: PPropInfo;
C++
__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 a representative component. 

 

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