clMessageBox  clRelease

Chapter 2: Bridged Functions

clQuit

Description

Used to immediately close an application.

Syntax

clQuit();

Return value

None.

Examples

Example 15

clinit()
{
	bool bGoodConfig;
	bGoodConfig = parseMyConfig();
	if (!bGoodConfig)
	{  // if config is bad, exit
		clQuit();
	}
	...
}




Copyright © 2005. Sybase Inc. All rights reserved. clRelease

View this book as PDF