Class TCustomModel

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCustomModel = class(TComponent)

Description

TCustomModel is an abstract base class that is used as the ancestor of classes that are used to read and write model configuration data to and from a stream.

Hierarchy

Overview

Fields

Private FBitmaps: TCompressedBitmapCollection;

Methods

Private procedure SetBitmaps(const Value: TCompressedBitmapCollection);
Public function ScreenObjectClass: TScreenObjectClass; virtual;
Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;

Properties

Published property Bitmaps: TCompressedBitmapCollection read FBitmaps write SetBitmaps;

Description

Fields

Private FBitmaps: TCompressedBitmapCollection;

FBitmaps: TCompressedBitmapCollection; See Bitmaps.

Methods

Private procedure SetBitmaps(const Value: TCompressedBitmapCollection);

See Bitmaps.

Public function ScreenObjectClass: TScreenObjectClass; virtual;

ScreenObjectClass is used to create a specific type of TScreenObject with a particular model.

Public constructor Create(AOwner: TComponent); override;

Create creates an instance of TCustomModel.

Public destructor Destroy; override;

Destroy destroys the current instance of TCustomModel. Do not call Destroy directly. Call Free instead.

Properties

Published property Bitmaps: TCompressedBitmapCollection read FBitmaps write SetBitmaps;

Bitmaps represents a series of bitmaps that can be displayed on the top, front, or side view of the model.


Generated by PasDoc 0.10.0 on 2006-10-31 09:56:33