[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpreport.pp line 792
type TFPReportMargins = class(TPersistent) |
protected |
procedure Changed; virtual; |
public |
constructor Create(); |
procedure Assign(); override; |
function Equals(); |
procedure WriteElement(); virtual; |
procedure ReadElement(); virtual; |
property Page: TFPReportCustomPage; [r] |
published |
property Top: TFPReportUnits; [rw] |
property Bottom: TFPReportUnits; [rw] |
property Left: TFPReportUnits; [rw] |
property Right: TFPReportUnits; [rw] |
end; |
| |
TObject |