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

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere C++ API Reference » QAManagerBase class

setDoubleStoreProperty function Next Page

setFloatStoreProperty function


Synopsis

qa_bool QAManagerBase::setFloatStoreProperty(
qa_const_string name,
qa_float value
)

Parameters
Remarks

Sets a pre-defined or custom message store property to a float value.

You can use this method to set pre-defined or user-defined client store properties.

For a list of pre-defined properties, see MessageStoreProperties class.

For more information, see Client message store properties.

Returns

True if and only if the operation succeeded.