Class TPrintRecord (unit PrintRecord)

Inherits from

TComponent

Constructors


constructor Create(Aowner: TComponent);



Functions

destructor Destroy;


procedure Print;


function GetDataSource: TDataSource;


function IsFontStored: Boolean;


procedure SetDataSource(Value: TDataSource);


procedure SetDesktopFont(Value: Boolean);


procedure SetFont(Value: TFont);


procedure SetHeaderFont(Value: TFont);


procedure SetHeaderPosition(Value: THeaderPosition);


procedure SetItems(Value: TStrings);

Prints only the visible fields

procedure SetParentFont(Value: Boolean);


procedure SetPicture(Value: TPicture);


Properties

property DataSource : TDataSource


property Font : TFont


property Header : TStrings


property HeaderFont : TFont


property HeaderPosition : THeaderPosition


property Picture : TPicture


property DesktopFont : Boolean


property ParentFont : Boolean


Events

Variables

FDataLink : TFieldDataLink;


FDesktopFont : Boolean;


FFont : TFont;


FHeaderFont : TFont;


FHeaderPosition : THeaderPosition;


FItems : TStrings;


FParentFont : Boolean;


FPicture : TPicture;



Constructors


constructor Create(Aowner: TComponent);


Functions


destructor Destroy;


procedure Print;


function GetDataSource: TDataSource;


function IsFontStored: Boolean;


procedure SetDataSource(Value: TDataSource);


procedure SetDesktopFont(Value: Boolean);


procedure SetFont(Value: TFont);


procedure SetHeaderFont(Value: TFont);


procedure SetHeaderPosition(Value: THeaderPosition);


procedure SetItems(Value: TStrings);

Prints only the visible fields


procedure SetParentFont(Value: Boolean);


procedure SetPicture(Value: TPicture);


Properties


property DataSource : TDataSource


property Font : TFont


property Header : TStrings


property HeaderFont : TFont


property HeaderPosition : THeaderPosition


property Picture : TPicture


property DesktopFont : Boolean


property ParentFont : Boolean


Events


Variables


FDataLink : TFieldDataLink;


FDesktopFont : Boolean;


FFont : TFont;


FHeaderFont : TFont;


FHeaderPosition : THeaderPosition;


FItems : TStrings;


FParentFont : Boolean;


FPicture : TPicture;