|
FlexCel Studio for VCL/LCL
|
Evaluates a published property from a PPropInfo structure returned by GetPropertyInfo.
function GetVariantProperty(const PropInfo: PPropInfo): variant; virtual;
virtual __fastcall variant GetVariantProperty(const PPropInfo PropInfo);
|
Parameters |
Description |
|
const PropInfo: PPropInfo |
a PPropInfo structure returned by GetPropertyInfo. |
The result from the property as a variant value.
This method is used internally by TCustomFlexCelReport to evaluate the published properties in the report. You will normally not need to call or override this method.
|
Copyright (c) 2002-2008 TMS Software. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|