Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » QAnywhere » QAnywhere Reference » QAnywhere C++ API reference » QAMessage class

 

beginEnumPropertyNames function

Syntax
qa_property_enum_handle QAMessage::beginEnumPropertyNames()
Remarks

Begins an enumeration of message property names.

The handle returned by this method is supplied to nextPropertyName. This method and nextPropertyName can be used to enumerate the message property names at the time this method was called. Message properties cannot be set between beginEnumPropertyNames and endEnumPropertyNames.

Returns

A handle that is supplied to nextPropertyName.