Unit 'PReport' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_powerpdf]

TPRGridPanel

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

Declaration

Source position: PReport.pas line 284

type TPRGridPanel = class(TPRPanel)

protected

  procedure Print(); override;

  

  procedure GetChildren(); override;

  

  procedure AlignControls(); override;

  

  procedure Paint; override;

  

  procedure SetParent(); override;

  

  function GetChildParent; override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

published

  property ColCount: Integer; [rw]

  

  property RowCount: Integer; [rw]

  

  property Align;

  

  property PrintDirection: TPrintDirection; [rw]

  

  property BeforePrint: TPRPrintPanelEvent; [rw]

  

  property AfterPrint: TPRPrintPanelEvent; [rw]

  

  property BeforePrintChild: TPRPrintChildPanelEvent; [rw]

  

  property AfterPrintChild: TPRPrintChildPanelEvent; [rw]

  

end;

Inheritance

TPRGridPanel

  

|

TPRPanel

  

|

TObject



CT Web help

CodeTyphon Studio