UNITS
CLASSES, INTERFACES, OBJECTS
TYPES
VARIABLES
CONSTANTS
FUNCTIONS, PROCEDURES
IDENTIFIERS

Class TDlg_TiledPreview

Unit

App_TiledPreview

Declaration

type TDlg_TiledPreview = class(TForm)

Description

form to display a texture tiled; the texture is directly written to the canvas of the form

Fields

NameDescription
Texture  

Methods

Overview

procedure FormClose(Sender: TObject; var Action: TCloseAction);
procedure FormShow(Sender: TObject);
procedure ShowModal(const PreviewTexture : TBitmap); virtual;

Description

procedure FormClose(Sender: TObject; var Action: TCloseAction);

closes the form

procedure FormShow(Sender: TObject);

displays the form and draws the texture directly onto the canvas of the form

procedure ShowModal(const PreviewTexture : TBitmap); virtual;

initialises the form; the texture is passed as a paramter

Properties

None.


Generated by pasdoc 0.6.20 on Wed 20 Mar 2002 20:59:34