5-4 SOMobjects Base Toolkit Programmer’s Reference
Manual
somevGetEventClientType Method
Purpose
Returns the type name of a client event.
IDL Syntax
string somevGetEventClientType ( );
Description
This method returns the client event type 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.
Return Value
A null terminated string identifying the client event type.
Original Class
SOMEClientEvent
Related Information
Methods: somevSetEventClientType
Komentarze do niniejszej Instrukcji