TRSInterfaceArea.IsOpen

function TRSInterfaceArea.IsOpen(interfaceType: ERSInterfaceType = ERSInterfaceType.ANY): Boolean;

Returns True/False if any interface is found open.


TRSInterfaceArea.GetCloseButton

function TRSInterfaceArea.GetCloseButton(): TRSButton;

Attempts to close any open interface found.


TRSInterfaceArea.Close

function TRSInterfaceArea.ClickClose(pressEscape: Boolean = False): Boolean;
function TRSInterfaceArea.Close(pressEscape: Boolean): Boolean;

Attempts to close any open interface found.


TRSInterfaceArea.Setup

procedure TRSInterfaceArea.Setup(); override;

Initializes TRSInterfaceArea. This is called automatically for you.


TRSInterfaceArea.SetupAlignment

procedure TRSInterfaceArea.SetupAlignment(Mode: ERSClientMode); override;

Initializes TRSInterfaceArea coordinates. This is automatically called for you.