TRVReportFieldType

<< Click to display table of contents >>

TRVReportFieldType

Identifies a type of a data field of TRVReportQueryProcessor.

Unit RVReportDataProvider;

Syntax

type
 TRVReportFieldType = (rvrftUnknown,
    rvrftText, rvrftInteger, rvrftFloat, rvrftBoolean,
    rvrftDateTime,
      rvrftDate,
      rvrftTime,
    rvrftBlob,
      rvrftAnsiMemo,
      rvrftUnicodeMemo,
      rvrftDocument,
        rvrftRTF,

        rvrftDocX,
        rvrftRVF,

        rvrftMarkdown,
      rvrftGraphic,
        rvrftBitmap,
        rvrftGif,
        rvrftPng,
        rvrftJpeg,
        rvrftTiff,
        rvrftIcon,
        rvrftMetafile);

As you can see, these values allow to specify the field type with different degree of precision.

For example, rvrftBlob may be clarified as rvrftGraphic, rvrftGraphic may be clarified as rvrftBitmap.

See also:

Data field types