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

Evaluates a published property from a PPropInfo structure returned by GetPropertyInfo.

Pascal
function GetVariantProperty(const PropInfo: PPropInfo): variant; virtual;
C++
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!