Unit ButtonXControl_TLB

Classes

IButtonX - Dispatch interface for ButtonX Control
IButtonXDisp - DispInterface declaration for Dual Interface IButtonX
IButtonXEvents - Events interface for ButtonX Control
TButtonX -

Functions

Register -

Types

ButtonX
TButtonXOnKeyPress
TxDragMode
TxMouseButton

Constants

Class_ButtonX
dmAutomatic
dmManual
LIBID_ButtonXControl
mbLeft
mbMiddle
mbRight

Variables


Functions


procedure Register;


Types


ButtonX = IButtonX
Forward declarations: CoClasses
TButtonXOnKeyPress = procedure(Sender: TObject; var Key: Smallint) of object
ButtonXControl
TxDragMode = TOleEnum
Forward declarations: Enums
TxMouseButton = TOleEnum

Constants

Class_ButtonX = '{06A98B43-D532-11D0-A6DF-444553540000}'

Component class GUIDs

dmAutomatic = 1

dmManual = 0

TxDragMode

LIBID_ButtonXControl = '{06A98B40-D532-11D0-A6DF-444553540000}'

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. } { ButtonXControl Library } { Version 1.0 } { Conversion log: Hint: Class is not registered. Ambient properties cannot be determined.

mbLeft = 0

TxMouseButton

mbMiddle = 2

mbRight = 1


Variables