Class TXObject (unit Cwxtab)

Inherits from

TPersistent

custom type - this is the object that the property editor is editing

Constructors



Functions

procedure Changed;

set changed

procedure SetColField(const value: string);

set field

procedure SetRowField(const value: string);

set field

procedure SetSumField1(const value: string);

set field

procedure SetSumField1Format(const value: TResultFormat);

*custom object preferences**************************************************} {set field

procedure SetSumField1MathOp(const value: TMathOp);

set field

procedure SetSumField2(const value: string);

set field

procedure SetSumField2Format(const value: TResultFormat);

set field

procedure SetSumField2MathOp(const value: TMathOp);

set field

procedure SetSumField3(const value: string);

set field

procedure SetSumField3Format(const value: TResultFormat);

set field

procedure SetSumField3MathOp(const value: TMathOp);

set field

procedure SetTable(value: TTable);

set object's table reference

Properties

property ColumnField : string


property RowField : string


property SumField1Format : TResultFormat


property SumField1MathOp : TMathOp


property SumField2Format : TResultFormat


property SumField2MathOp : TMathOp


property SumField3Format : TResultFormat


property SumField3MathOp : TMathOp


property SummaryField1 : string


property SummaryField2 : string


property SummaryField3 : string


property Table : TTable


Events

event OnChange : TNotifyEvent


Variables

FColField : string;


FFormatField1 : TResultFormat;


FFormatField2 : TResultFormat;


FFormatField3 : TResultFormat;


FMathField1 : TMathOp;


FMathField2 : TMathOp;


FMathField3 : TMathOp;


FOnChange : TNotifyEvent;


FRowField : string;


FSumField1 : string;


FSumField2 : string;


FSumField3 : string;


FTable : TTable;



Constructors


Functions


procedure Changed;

set changed


procedure SetColField(const value: string);

set field


procedure SetRowField(const value: string);

set field


procedure SetSumField1(const value: string);

set field


procedure SetSumField1Format(const value: TResultFormat);

*custom object preferences**************************************************} {set field


procedure SetSumField1MathOp(const value: TMathOp);

set field


procedure SetSumField2(const value: string);

set field


procedure SetSumField2Format(const value: TResultFormat);

set field


procedure SetSumField2MathOp(const value: TMathOp);

set field


procedure SetSumField3(const value: string);

set field


procedure SetSumField3Format(const value: TResultFormat);

set field


procedure SetSumField3MathOp(const value: TMathOp);

set field


procedure SetTable(value: TTable);

set object's table reference


Properties


property ColumnField : string


property RowField : string


property SumField1Format : TResultFormat


property SumField1MathOp : TMathOp


property SumField2Format : TResultFormat


property SumField2MathOp : TMathOp


property SumField3Format : TResultFormat


property SumField3MathOp : TMathOp


property SummaryField1 : string


property SummaryField2 : string


property SummaryField3 : string


property Table : TTable


Events


event OnChange : TNotifyEvent


Variables


FColField : string;


FFormatField1 : TResultFormat;


FFormatField2 : TResultFormat;


FFormatField3 : TResultFormat;


FMathField1 : TMathOp;


FMathField2 : TMathOp;


FMathField3 : TMathOp;


FOnChange : TNotifyEvent;


FRowField : string;


FSumField1 : string;


FSumField2 : string;


FSumField3 : string;


FTable : TTable;