record TVariables

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TVariables = record

Description

TVariables are used in the protected section of TExpression.

  TVariables = record
    Datum: Pointer;
    DataType: TRbwDataType;
  end;
  

Overview

Fields

Datum: Pointer;
DataType: TRbwDataType;

Description

Fields

Datum: Pointer;

Datum is a pointer to a value to be passed to a function.

DataType: TRbwDataType;

DataType defines the type of data to which Datum points.


Generated by PasDoc 0.12.1 on 2013-05-13 15:41:59