Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTSession::SetLogonOnly

Syntax

void SetLogonOnly(CTBOOL flag = YES)

Parameters

  • flag [in] the new session logon flag.

Description

Sets the session logon only flag. This flag, when set to YES before the session Logon, will prevent the session from using the session dictionary.

Return

None.

See also

GetLogonOnly()

TOCIndex