Type TMetaRefreshType


Declaration

TMetaRefreshType = procedure(Sender: TObject; Delay: integer;

const URL: string) of Object;

Description

The TMetaRefreshType type points to a method that might process the contents of a <META .Http_Eq="refresh"> tag. Delay is the time delay in seconds and URL, the html document used to refresh the display. These parameters are parsed from the Contents= attribute.

Note that the Http_Eq="refresh" Meta event is handled internally for TFrameViewer.

See also:

OnMetaRefresh Event

OnMeta Event