[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpreporthtmlutil.pp line 39
type TGenerateHTMLContext = class(TObject) |
public |
constructor Create(); |
procedure Resetpage(); |
function AllocateID(); |
function CreateDiv(); |
procedure ApplyStyle(); |
procedure InitOffsets(); |
function mmToPixels(); |
class function ColorToRGBString(); |
function AllocatePageName(); |
property Report: TFPCustomReport; [r] |
property BaseFileName: string; [rw] |
property CSSDir: string; [rw] |
property CurrentPageNo: Integer; [rw] |
property TotalPageCount: Integer; [rw] |
property SequenceFormat: string; [rw] |
property SequenceDigits: Integer; [rw] |
property StyleContent: TStrings; [rw] |
property Doc: THTMlDocument; [r] |
property DPI: Integer; [r] |
property RunOffsetX: Integer; [r] |
property RunOffsetY: Integer; [r] |
end; |
| |
TObject |