Unit TreeViewX_TLB

Classes

ITreeViewX - Dispatch interface for TreeView Object
ITreeViewXDisp - DispInterface declaration for Dual Interface ITreeViewX
ITreeViewXEvents -
TTreeViewX - TreeViewObject

Functions

Register -

Types

TreeViewX
TxBorderStyle
TxDragMode
TxMouseButton
TxSortType

Constants

bsNone
bsSingle
Class_TreeViewX
dmAutomatic
dmManual
LIBID_TreeViewX
mbLeft
mbMiddle
mbRight
stBoth
stData
stNone
stText

Variables


Functions


procedure Register;


Types


TreeViewX = ITreeViewX
Forward declarations: CoClasses
TxBorderStyle = TOleEnum
Forward declarations: Enums
TxDragMode = TOleEnum

TxMouseButton = TOleEnum

TxSortType = TOleEnum

Constants

bsNone = 0

TxBorderStyle

bsSingle = 1

Class_TreeViewX = '{A79D1C3E-3DC8-11D1-82D6-006097319291}'

Component class GUIDs

dmAutomatic = 1

dmManual = 0

TxDragMode

LIBID_TreeViewX = '{A79D1C3C-3DC8-11D1-82D6-006097319291}'

This file contains pascal declarations imported from a type library. This file will be written during each import or refresh of the type library editor. Changes to this file will be discarded during the refresh process. } { TreeViewX Library } { Version 1.0 } { Conversion log: Hint: Class is not registered. Ambient properties cannot be determined.

mbLeft = 0

TxMouseButton

mbMiddle = 2

mbRight = 1

stBoth = 3

stData = 1

stNone = 0

TxSortType

stText = 2


Variables