Unit EmpForm_TLB

Classes

IAFEmployee - Dispatch interface for AFEmployee Control
IAFEmployeeDisp - DispInterface declaration for Dual Interface IAFEmployee
IAFEmployeeEvents - Events interface for AFEmployee Control
TAFEmployee -

Functions

Register -

Types

AFEmployee
TAFEmployeeOnKeyPress
TxActiveFormBorderStyle
TxMouseButton
TxPrintScale
TxWindowState

Constants

afbNone
afbRaised
afbSingle
afbSunken
Class_AFEmployee
LIBID_EmpForm
mbLeft
mbMiddle
mbRight
poNone
poPrintToFit
poProportional
wsMaximized
wsMinimized
wsNormal

Variables


Functions


procedure Register;


Types


AFEmployee = IAFEmployee
Forward declarations: CoClasses
TAFEmployeeOnKeyPress = procedure(Sender: TObject; var Key: Smallint) of object
AFEmployeeControl
TxActiveFormBorderStyle = TOleEnum
Forward declarations: Enums
TxMouseButton = TOleEnum

TxPrintScale = TOleEnum

TxWindowState = TOleEnum

Constants

afbNone = 0

TxActiveFormBorderStyle

afbRaised = 3

afbSingle = 1

afbSunken = 2

Class_AFEmployee = '{F46C7A63-1301-11D1-B883-00A02498607B}'

Component class GUIDs

LIBID_EmpForm = '{F46C7A60-1301-11D1-B883-00A02498607B}'

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

mbLeft = 0

TxMouseButton

mbMiddle = 2

mbRight = 1

poNone = 0

TxPrintScale

poPrintToFit = 2

poProportional = 1

wsMaximized = 2

wsMinimized = 1

wsNormal = 0

TxWindowState

Variables