Load Method


Applies to

TFrameViewer component

Declaration

procedure Load(const SRC: String);

Description

The Load method is used to initiate loading of an HTML document when using one of the OnBufferRequest, OnFileRequest, OnStreamRequest, or OnStringsRequest event handlers. SRC is the identifier of the document to be loaded. This method causes an immediate call to the appropriate event handler.

See also:

OnBufferRequest Event

OnFileRequest Event

OnStreamRequest Event

OnStringsRequest Event