Unit WizardTree

Classes

TWizardTree -

Functions

Register -

Types

TOnChange
TOnChanging

Constants

DefaultBoxColor
DefaultBoxHeight
DefaultBoxWidth
DefaultColor
DefaultFontColor
DefaultHeight
DefaultHorizontalSpace
DefaultLeftMargin
DefaultLineColor
DefaultSelectedBoxColor
DefaultTopMargin
DefaultVerticalSpace
DefaultWidth
VersionString

Variables


Functions


procedure Register;


Types


TOnChange = procedure( Sender : TObject ) of object

TOnChanging = procedure( Sender :TObject; NewItemIndex : Integer; var AllowChange : Boolean ) of object

Constants

DefaultBoxColor = clGray

DefaultBoxHeight = 17

DefaultBoxWidth = 16

DefaultColor = clBlack

DefaultFontColor = clWhite

DefaultHeight = 140

DefaultHorizontalSpace = 4

DefaultLeftMargin = 4

DefaultLineColor = clWhite

DefaultSelectedBoxColor = clLime

DefaultTopMargin = 4

DefaultVerticalSpace = 8

DefaultWidth = 133

VersionString = '1.0'


Variables