Class TTbReportColumn (unit TbPrint)

Inherits from

TComponent

Constructors


constructor Create(AOwner: TComponent);

Public declarations


Functions

destructor Destroy;


function GetTextEvent: TTbGetTextEvent;


procedure SetField(F : ReportFieldType);

CAMBIA EL INDICE POR OTRO VALIDO

procedure SetIndice(Ind : integer);

COLUMNA DE REPORTE

procedure SetReporte(Rep : TTbReport);


procedure SetTextEvent(AGetTextEvent: TTbGetTextEvent);


Properties

property Ancho : byte


property DataField : ReportFieldType


property Formato : string


property Indice : integer

Published declarations

property Reporte : TTbReport


property SumaColumna : boolean


property Titulo : string


Events

event OnGetText : TTbGetTextEvent


Variables

AcumuladorColumna : Double;


FAncho : byte;


FField : ReportFieldType;


FFormato : string;


FIndice : integer;

Private declarations

FOnGetText : TTbGetTextEvent;


FReporte : TTbReport;


FSumaColumna : boolean;


FTitulo : string;


PosicionIzquierda : byte;



Constructors


constructor Create(AOwner: TComponent);

Public declarations


Functions


destructor Destroy;


function GetTextEvent: TTbGetTextEvent;


procedure SetField(F : ReportFieldType);

CAMBIA EL INDICE POR OTRO VALIDO


procedure SetIndice(Ind : integer);

COLUMNA DE REPORTE


procedure SetReporte(Rep : TTbReport);


procedure SetTextEvent(AGetTextEvent: TTbGetTextEvent);


Properties


property Ancho : byte


property DataField : ReportFieldType


property Formato : string


property Indice : integer

Published declarations


property Reporte : TTbReport


property SumaColumna : boolean


property Titulo : string


Events


event OnGetText : TTbGetTextEvent


Variables


AcumuladorColumna : Double;


FAncho : byte;


FField : ReportFieldType;


FFormato : string;


FIndice : integer;

Private declarations


FOnGetText : TTbGetTextEvent;


FReporte : TTbReport;


FSumaColumna : boolean;


FTitulo : string;


PosicionIzquierda : byte;