Clearing a text window content for all online conference members.

 

Syntax

procedure mClearConfWindow(iUID: integer);

 

Parameters and return values

Parameter

Type

Value

iUID

integer

conference numeric identifier (UID).

 

Example


begin
  mClearConfWindow(1);
end.


Script work result

Before the script execution:

 

MyChat window before cleaning

 

After the script execution:

 

MyChat window after cleaning

 

See also

mGetConfUIDByName