[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
|
||
| | ||
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |