Osztály TfrmBrowser
Egység
Deklaráció
type TfrmBrowser = class(TForm)
Megjegyzés
This item has no description.
Hierarchia
- TObject
- TPersistent
- TComponent
- TControl
- TWinControl
- TScrollingWinControl
- TForm
- TfrmBrowser
Áttekintés
Metódusok
![]() |
function ExecuteScript(AScript: string; AID: LongInt): Boolean; |
![]() |
function ExecuteScriptSync(AScript: string; AID: LongInt; ATimeOut: LongInt; var AResult: string): Boolean; |
![]() |
function WaitForScriptResult(AID: LongInt; ATimeOut: LongInt; var AResult: string): Boolean; |
![]() |
function ScriptExecuted(AID: LongInt; var AResult: string): Boolean; |
![]() |
procedure NavigateTo(AURL: string); |
![]() |
procedure NavigateToString(AHTML: string); |
Tulajdonságok
![]() |
property PrintPDFResult: Boolean; |
![]() |
property PrintPDFComplete: Boolean; |
![]() |
property Navigating: Boolean; |
![]() |
property Content: string; |
![]() |
property AutoMonitor: Boolean; |
![]() |
property ForceCloseTimeOut: LongInt; |
![]() |
property DefaultURL: string; |
![]() |
property MonitorIntervall: LongInt; |
![]() |
property MonitorHTML: Boolean; |
![]() |
property ContextMenuEnabled: Boolean; |
![]() |
property DEVToolsEnabled: Boolean; |
![]() |
property OnShow: TNotifyEvent; |
![]() |
property OnResize: TNotifyEvent; |
![]() |
property OnPaint: TNotifyEvent; |
![]() |
property OnMouseUp: TMouseEvent; |
![]() |
property OnMouseMove: TMouseMoveEvent; |
![]() |
property OnMouseLeave: TNotifyEvent; |
![]() |
property OnMouseEnter: TNotifyEvent; |
![]() |
property OnMouseDown: TMouseEvent; |
![]() |
property OnKeyUp: TKeyEvent; |
![]() |
property OnKeyPress: TKeyPressEvent; |
![]() |
property OnKeyDown: TKeyEvent; |
![]() |
property OnHelp: THelpEvent; |
![]() |
property OnHide: TNotifyEvent; |
![]() |
property OnEndDock: TEndDragEvent; |
![]() |
property OnDragOver: TDragOverEvent; |
![]() |
property OnDragDrop: TDragDropEvent; |
![]() |
property OnDeactivate: TNotifyEvent; |
![]() |
property OnDestroy: TNotifyEvent; |
![]() |
property OnDblClick: TNotifyEvent; |
![]() |
property OnCreate: TNotifyEvent; |
![]() |
property OnCloseQuery: TCloseQueryEvent; |
![]() |
property OnClose: TCloseEvent; |
![]() |
property OnClick: TNotifyEvent; |
![]() |
property OnActivate: TNotifyEvent; |
![]() |
property WindowMenu: TMenuItem; |
![]() |
property WindowState: TWindowState; |
![]() |
property Visible: Boolean; |
![]() |
property SnapBuffer: LongInt; |
![]() |
property ShowHint: Boolean; |
![]() |
property ScreenSnap: Boolean; |
![]() |
property Scaled: Boolean; |
![]() |
property PrintScale: TPrintScale; |
![]() |
property Position: TPosition; |
![]() |
property PopupMenu: TPopupMenu; |
![]() |
property PixelsPerInch: LongInt; |
![]() |
property ParentBiDiMode: Boolean; |
![]() |
property ObjectMenuItem: TMenuItem; |
![]() |
property OldCreateOrder: Boolean; |
![]() |
property Menu: TMainMenu; |
![]() |
property KeyPreview: Boolean; |
![]() |
property HelpFile: string; |
![]() |
property FormStyle: TFormStyle; |
![]() |
property Font: TFont; |
![]() |
property ParentFont: Boolean; |
![]() |
property Enabled: Boolean; |
![]() |
property DragMode: TDragMode; |
![]() |
property DragKind: TDragKind; |
![]() |
property DoubleBuffered: Boolean; |
![]() |
property DockSite: Boolean; |
![]() |
property UseDockManager: Boolean; |
![]() |
property Ctl3D: Boolean; |
![]() |
property Constraints: TSizeConstraints; |
![]() |
property TransparentColorValue: TColor; |
![]() |
property TransparentColor: Boolean; |
![]() |
property Color: TColor; |
![]() |
property ClientWidth: LongInt; |
![]() |
property ClientHeight: LongInt; |
![]() |
property BorderWidth: TBorderWidth; |
![]() |
property BorderStyle: TFormBorderStyle; |
![]() |
property BorderIcons: TBorderIcons; |
![]() |
property AutoSize: Boolean; |
![]() |
property AutoScroll: Boolean; |
![]() |
property Anchors: TAnchors; |
![]() |
property AlphaBlendValue: Byte; |
![]() |
property AlphaBlend: Boolean; |
![]() |
property Align: TAlign; |
![]() |
property ActiveControl: TWinControl; |
![]() |
property VertScrollBar: TControlScrollBar; |
![]() |
property HorzScrollBar: TControlScrollBar; |
![]() |
property ParentCustomHint: Boolean; |
![]() |
property HelpContext: THelpContext; |
![]() |
property HelpKeyword: string; |
![]() |
property Hint: string; |
![]() |
property Cursor: TCursor; |
![]() |
property Height: LongInt; |
![]() |
property Width: LongInt; |
![]() |
property Top: LongInt; |
![]() |
property Left: LongInt; |
![]() |
property AlignWithMargins: Boolean; |
![]() |
property ContentMonitor: TBrowserContentMonitor; |
Megjegyzés
Metódusok
![]() |
function ExecuteScript(AScript: string; AID: LongInt): Boolean; |
|
This item has no description. | |
![]() |
function ExecuteScriptSync(AScript: string; AID: LongInt; ATimeOut: LongInt; var AResult: string): Boolean; |
|
This item has no description. | |
![]() |
function WaitForScriptResult(AID: LongInt; ATimeOut: LongInt; var AResult: string): Boolean; |
|
This item has no description. | |
![]() |
function ScriptExecuted(AID: LongInt; var AResult: string): Boolean; |
|
This item has no description. | |
![]() |
procedure NavigateTo(AURL: string); |
|
This item has no description. | |
![]() |
procedure NavigateToString(AHTML: string); |
|
This item has no description. | |
Tulajdonságok
![]() |
property PrintPDFResult: Boolean; |
|
This item has no description. | |
![]() |
property PrintPDFComplete: Boolean; |
|
This item has no description. | |
![]() |
property Navigating: Boolean; |
|
This item has no description. | |
![]() |
property Content: string; |
|
This item has no description. | |
![]() |
property AutoMonitor: Boolean; |
|
This item has no description. | |
![]() |
property ForceCloseTimeOut: LongInt; |
|
This item has no description. | |
![]() |
property DefaultURL: string; |
|
This item has no description. | |
![]() |
property MonitorIntervall: LongInt; |
|
This item has no description. | |
![]() |
property MonitorHTML: Boolean; |
|
This item has no description. | |
![]() |
property ContextMenuEnabled: Boolean; |
|
This item has no description. | |
![]() |
property DEVToolsEnabled: Boolean; |
|
This item has no description. | |
![]() |
property OnShow: TNotifyEvent; |
|
This item has no description. | |
![]() |
property OnResize: TNotifyEvent; |
|
This item has no description. | |
![]() |
property OnPaint: TNotifyEvent; |
|
This item has no description. | |
![]() |
property OnMouseUp: TMouseEvent; |
|
This item has no description. | |
![]() |
property OnMouseMove: TMouseMoveEvent; |
|
This item has no description. | |
![]() |
property OnMouseLeave: TNotifyEvent; |
|
This item has no description. | |
![]() |
property OnMouseEnter: TNotifyEvent; |
|
This item has no description. | |
![]() |
property OnMouseDown: TMouseEvent; |
|
This item has no description. | |
![]() |
property OnKeyUp: TKeyEvent; |
|
This item has no description. | |
![]() |
property OnKeyPress: TKeyPressEvent; |
|
This item has no description. | |
![]() |
property OnKeyDown: TKeyEvent; |
|
This item has no description. | |
![]() |
property OnHelp: THelpEvent; |
|
This item has no description. | |
![]() |
property OnHide: TNotifyEvent; |
|
This item has no description. | |
![]() |
property OnEndDock: TEndDragEvent; |
|
This item has no description. | |
![]() |
property OnDragOver: TDragOverEvent; |
|
This item has no description. | |
![]() |
property OnDragDrop: TDragDropEvent; |
|
This item has no description. | |
![]() |
property OnDeactivate: TNotifyEvent; |
|
This item has no description. | |
![]() |
property OnDestroy: TNotifyEvent; |
|
This item has no description. | |
![]() |
property OnDblClick: TNotifyEvent; |
|
This item has no description. | |
![]() |
property OnCreate: TNotifyEvent; |
|
This item has no description. | |
![]() |
property OnCloseQuery: TCloseQueryEvent; |
|
This item has no description. | |
![]() |
property OnClose: TCloseEvent; |
|
This item has no description. | |
![]() |
property OnClick: TNotifyEvent; |
|
This item has no description. | |
![]() |
property OnActivate: TNotifyEvent; |
|
This item has no description. | |
![]() |
property WindowMenu: TMenuItem; |
|
This item has no description. | |
![]() |
property WindowState: TWindowState; |
|
This item has no description. | |
![]() |
property Visible: Boolean; |
|
This item has no description. | |
![]() |
property SnapBuffer: LongInt; |
|
This item has no description. | |
![]() |
property ShowHint: Boolean; |
|
This item has no description. | |
![]() |
property ScreenSnap: Boolean; |
|
This item has no description. | |
![]() |
property Scaled: Boolean; |
|
This item has no description. | |
![]() |
property PrintScale: TPrintScale; |
|
This item has no description. | |
![]() |
property Position: TPosition; |
|
This item has no description. | |
![]() |
property PopupMenu: TPopupMenu; |
|
This item has no description. | |
![]() |
property PixelsPerInch: LongInt; |
|
This item has no description. | |
![]() |
property ParentBiDiMode: Boolean; |
|
This item has no description. | |
![]() |
property ObjectMenuItem: TMenuItem; |
|
This item has no description. | |
![]() |
property OldCreateOrder: Boolean; |
|
This item has no description. | |
![]() |
property Menu: TMainMenu; |
|
This item has no description. | |
![]() |
property KeyPreview: Boolean; |
|
This item has no description. | |
![]() |
property HelpFile: string; |
|
This item has no description. | |
![]() |
property FormStyle: TFormStyle; |
|
This item has no description. | |
![]() |
property Font: TFont; |
|
This item has no description. | |
![]() |
property ParentFont: Boolean; |
|
This item has no description. | |
![]() |
property Enabled: Boolean; |
|
This item has no description. | |
![]() |
property DragMode: TDragMode; |
|
This item has no description. | |
![]() |
property DragKind: TDragKind; |
|
This item has no description. | |
![]() |
property DoubleBuffered: Boolean; |
|
This item has no description. | |
![]() |
property DockSite: Boolean; |
|
This item has no description. | |
![]() |
property UseDockManager: Boolean; |
|
This item has no description. | |
![]() |
property Ctl3D: Boolean; |
|
This item has no description. | |
![]() |
property Constraints: TSizeConstraints; |
|
This item has no description. | |
![]() |
property TransparentColorValue: TColor; |
|
This item has no description. | |
![]() |
property TransparentColor: Boolean; |
|
This item has no description. | |
![]() |
property Color: TColor; |
|
This item has no description. | |
![]() |
property ClientWidth: LongInt; |
|
This item has no description. | |
![]() |
property ClientHeight: LongInt; |
|
This item has no description. | |
![]() |
property BorderWidth: TBorderWidth; |
|
This item has no description. | |
![]() |
property BorderStyle: TFormBorderStyle; |
|
This item has no description. | |
![]() |
property BorderIcons: TBorderIcons; |
|
This item has no description. | |
![]() |
property AutoSize: Boolean; |
|
This item has no description. | |
![]() |
property AutoScroll: Boolean; |
|
This item has no description. | |
![]() |
property Anchors: TAnchors; |
|
This item has no description. | |
![]() |
property AlphaBlendValue: Byte; |
|
This item has no description. | |
![]() |
property AlphaBlend: Boolean; |
|
This item has no description. | |
![]() |
property Align: TAlign; |
|
This item has no description. | |
![]() |
property ActiveControl: TWinControl; |
|
This item has no description. | |
![]() |
property VertScrollBar: TControlScrollBar; |
|
This item has no description. | |
![]() |
property HorzScrollBar: TControlScrollBar; |
|
This item has no description. | |
![]() |
property ParentCustomHint: Boolean; |
|
This item has no description. | |
![]() |
property HelpContext: THelpContext; |
|
This item has no description. | |
![]() |
property HelpKeyword: string; |
|
This item has no description. | |
![]() |
property Hint: string; |
|
This item has no description. | |
![]() |
property Cursor: TCursor; |
|
This item has no description. | |
![]() |
property Height: LongInt; |
|
This item has no description. | |
![]() |
property Width: LongInt; |
|
This item has no description. | |
![]() |
property Top: LongInt; |
|
This item has no description. | |
![]() |
property Left: LongInt; |
|
This item has no description. | |
![]() |
property AlignWithMargins: Boolean; |
|
This item has no description. | |
![]() |
property ContentMonitor: TBrowserContentMonitor; |
|
This item has no description. | |
Készítette PasDoc 0.16.0-snapshot.
