Type TFileBrowseEvent


Declaration

TFileBrowseEvent = procedure(Sender, Obj: TObject; var S: string) of Object;

Description

The TMetaType type points to a method that might process the contents of a <META> HTML tag. Sender is the THtmlViewer which encounters the <META> tag. The other three parameters are the values of <META> tag attributes with the same name.

See also:

OnFileBrowse Event