Base Property


Applies to

THtmlViewer, TFrameViewer, and TFrameBrowser components

Description

property Base: string;

Run time only. The Base property returns the document's base directory as given in the <base> tag.

The Base property may also be assigned. In order for this to be effective, the assignment must be made before the document is loaded. A <base> tag in the document will override an assignment.

See Also

HTMLExpandFilename method

BaseTarget Property