FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TCustomFlexCelReport.GetPropertyInfo Method

This method returns the PPropInfo information for a given published property.

Pascal
function GetPropertyInfo(const PropName: string): PPropInfo; virtual;
C++
virtual __fastcall PPropInfo GetPropertyInfo(const AnsiString PropName);
Parameters 
Description 
const PropName: string 
Published property name. 

FlexCelReport uses this method to search for published properties in the datamodule. 

You will not probably need to override this method when creating a descendant class.

Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!