MyChat Scripts: mClearConfWindow

MyChat Scripts: mClearConfWindow

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 Client conference window before the clearing

 

After the script execution:

 

MyChat Client conference window after the clearing messages from all users

 

See also

mGetConfUIDByName