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

Class TDataAdressChangeMsg

Unit

BaseMsg

Declaration

type TDataAdressChangeMsg = class(TNotificationMessage)

Description

If some data may be referenced by pointer and the pointer to the data has changed this message is broadcasted with new pointer

Hierarchy

TNotificationMessage > TMessage

Fields

 NameDescription
PublicDataReady 
PublicNewData 
PublicOldData 

Methods

Overview

Publicconstructor Create(AOldValue, ANewValue: Pointer; ADataReady: Boolean);

Description

Publicconstructor Create(AOldValue, ANewValue: Pointer; ADataReady: Boolean);

AOldValue - old pointer, ANewValue - new pointer to the data, ADataReady - determines wheter the data is ready to use

Last modified: 26 Oct, 2008
Copyright (C) 2006-2008, casteng.com