|
FlexCel Studio for VCL/LCL
|
This method returns the PPropInfo information for a given published property.
function GetPropertyInfo(const PropName: string): PPropInfo; virtual;
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!
|