CAST II Game Engine

   MAIN       FEATURES       SCREENSHOTS       FORUMS       MANUAL       DOWNLOADS       CONTACTS   
Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Enumerations
Variables
Constants
Functions and Procedures
Identifiers

Unit AppHelper

Description

Applications Helper Unit

(C) 2006 George "Mirage" Bakhtadze. The source code may be used under either MPL 1.1 or LGPL 2.1 license. See included license.txt file
Unit contains advanced GUI controls

Classes, Interfaces and Objects

NameDescription
Class TAppBase application class

Types

Overview

TAction = record Name, ActivateBinding, DeactivateBinding: string; Message: CMessage; Active: Boolean; end;

Description

TAction = record Name, ActivateBinding, DeactivateBinding: string; Message: CMessage; Active: Boolean; end;

Application actions. Usally actions are bond to input events specified by ActivateBinding and DeactivateBinding

Constants

Overview

IniFileExtension = '.ini';
LicenseCodeProp = 'License code';
LicenseNameProp = 'License name';

Description

IniFileExtension = '.ini';

Extension of configuration file

LicenseCodeProp = 'License code';

A name of property in config representing license code

LicenseNameProp = 'License name';

A name of property in config representing license name

Last modified: Jan 6, 2010
Copyright (C) 2006-2010, casteng.com