FMX.WebBrowser.ICustomBrowser.GetVisible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetVisible : Boolean;

C++

virtual bool __fastcall GetVisible(void) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.WebBrowser.pas
FMX.WebBrowser.hpp
FMX.WebBrowser ICustomBrowser

Description

Getter method for the Visible property.

Implement GetVisible to get the boolean value of the Visible property.

See Also