5-6 SOMobjects Base Toolkit Programmer’s Reference
Manual
somevSetEventClientType Method
Purpose
Sets the type name of a client event.
IDL Syntax
void somevSetEventClientType (
in string clientType);
Description
This method sets the client event type field of the Client Event object. Client event type is a
string name assigned to the event by the application at the time of registering the event.
Parameters
receiver A pointer to an object of class SOMEClientEvent.
ev A pointer to the Environment structure for the calling method.
clientType A null terminated character string identifying the client event type. The
contents of this string are entirely up to the user. However, while using class
libraries that also use client events one must make sure that there are no
name collisions.
Original Class
SOMEClientEvent
Related Information
Methods: somevGetEventClientType
Komentarze do niniejszej Instrukcji