DeleteEmptyTabs

Top  Previous  Next

DeleteEmptyTabs

 

Declare

procedure DeleteEmptyTabs(Flag1: Integer; Param1: Integer);

Description

Close all empty container window

 

Parameters

Flag1

Reserved, use zero instead of it

Param1

Reserved, use zero instead of it

 

Examples

//tell ftprush to close all empty container window

RushApp.DeleteEmptyTabs(0,0);