Unit 'GridPrn' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_gridprinter]

TGridPrnHeaderFooter

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: gridprn.pas line 81

type TGridPrnHeaderFooter = class(TPersistent)

protected

  procedure Changed();

  

  procedure DefineProperties(); override;

  

  procedure ReadFontSize();

  

  procedure WriteFontSize();

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  function IsShown;

  

  function IsTextEmpty;

  

  function RealLineColor;

  

  function RealLineWidth;

  

  property FontSize: Integer; [rw]

  

  property ProcessedText []: string; [r]

  

  property SectionText []: string; [r]

  

published

  property Font: TFont; [rw]

  

  property LineColor: TColor; [rw]

  

  property LineWidth: Double; [rws]

  

  property SectionSeparator: string; [rws]

  

  property ShowLine: Boolean; [rw]

  

  property Text: string; [rws]

  

  property Visible: Boolean; [rw]

  

end;

Inheritance

TGridPrnHeaderFooter

  

|

TObject



CT Web help

CodeTyphon Studio