<< Click to display table of contents >> TRVReportQueryProcessor.GetAsString, GetAsInteger, GetAsFloat, GetAsDateTime, GetAsStream |
Returns a value for the specified field.
function GetAsString(Field: TRVReportField): TRVUnicodeString;
function GetAsInteger(Field: TRVReportField): Int64;
function GetAsFloat(Field: TRVReportField): Extended;*
function GetAsDateTime(Field: TRVReportField): TDateTime;
function GetAsStream(Field: TRVReportField): TStream;
* for Delphi 6-2007, this function returns Double
To get a value for the Field parameter, use GetField.