[Overview][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: u_reports_components.pas line 97
type TFWPrintGrid = class(TFWPrint) |
||
protected |
||
procedure Notification(); override; |
|
|
procedure SetCreateReport(); virtual; |
|
|
public |
||
constructor Create(); override; |
|
|
procedure Click; override; |
|
|
procedure CreateAReport(); virtual; |
|
|
published |
||
property DBGrid: TCustomDBGrid; [rw] |
|
|
property Filter: TRLCustomPrintFilter; [rw] |
|
|
property DBTitle: String; [rw] |
|
|
property Preview: TRLPreview; [rw] |
|
|
property Report: TRLReport; [rw] |
|
|
property CreateReport: Boolean; [rw] |
|
|
end; |
|
||
| | ||
TFWPrint |
||
? | ||
TObject |