CAST II Game Engine

   DESCRIPTION       FEATURES       SCREENSHOTS       FORUMS       DOCUMENTATION       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';

Description

IniFileExtension = '.ini';

 

Last modified: 4 Jul, 2008
Copyright (C) 2006-2008, casteng.com