Controls

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

Array

TGestureArray
TGesturePointArray

Represents an array of gesture points.

Class

EGestureException

EGestureException is the exception class for gesture errors.

TBalloonHint

Balloon hint component added to a control.

TBaseDragControlObject

The TBaseDragControlObject object provides support for drag-and-drop or drag-and-dock operations.

TControl

TControl is the base class for all components that are visible at runtime.

TControlAction

TControlAction is the base class for all the actions that can be associated with some of the VCL controls.

TControlActionLink

TControlActionLink links action objects to clients that descend from TControl.

TControlCanvas

TControlCanvas is a specialized canvas object associated with a control.

TCustomControl

Base class for controls that wrap Windows screen objects but perform their own rendering.

TCustomControlAction

TCustomControlAction is the base class for all the actions that can be associated with some of the VCL controls.

TCustomGestureCollection

TCustomGestureCollection is the base class for gesture collections.

TCustomGestureCollectionItem

TCustomGestureCollectionItem is the base class for items used to represent a gesture in a collection.

TCustomGestureEngine

TCustomGestureEngine is the abstract base for all gesturing engines.

TCustomGestureManager

TCustomGestureManager is the abstract base for all gesture manager components.

TCustomHint

Custom hint component added to a control.

TCustomHintShowHideThread

Thread for drawing custom hint.

TCustomHintWindow

Custom window to specify properties to allow painting hints.

TCustomListControl

TCustomListControl is the base class for controls that display a list of items.

TCustomMultiSelectListControl

TCustomMultiSelectListControl is the base class for list controls that allow multiple items to be selected.

TCustomPanningWindow

This is an abstract base class that is used as an ancestor for users to implement a custom panning window.

TCustomTouchManager

TCustomTouchManager is the custom base for the TTouchManager class.

TCustomTransparentControl

Base class for transparent controls.

TDockTree

TDockTree is the default docking manager for TWinControl.

TDockZone

TDockZone represents a region that contains several other zones.

TDragControlObject

TDragControlObject object provides for normal drag and drop operations.

TDragControlObjectEx

TDragControlObjectEx object provides for normal drag and drop operations.

TDragDockObject

Contains drag-and-dock information for a control.

TDragDockObjectEx

Contains drag-and-dock information for a control.

TDragImageList

TDragImageList represents a set of images that appear during drag operations.

TDragObject

TDragObject is a base class used for managing drag operations.

TDragObjectEx

TDragObjectEx is a base class used for managing drag operations.

TGraphicControl

TGraphicControl is the base class for all lightweight controls.

THintWindow

THintWindow implements the small pop-up window that appears over a control at runtime when the control has its ShowHint property set to true.

TImageList

TImageList represents a collection of same-sized images, each of which can be referred to by its index.

TMargins

Contains margins for the control.

TMouse

TMouse surfaces information about the mouse and specifies how the application responds to mouse messages.

TPadding

Contains the padding for the control.

TSizeConstraints

Contains size constraints for a control.

TTouchManager

TTouchManager adds gesturing options to controls.

TWinControl

TWinControl is the base class for all controls that are wrappers for Microsoft Windows screen objects.

TWinControlActionLink

TWinControlActionLink is an action link used by descendants of TWinControl.

Classref

TControlActionLinkClass

TControlActionLinkClass defines the metaclass for TControlActionLink.

TControlClass

TControlClass defines the metaclass for TControl.

TDockTreeClass

TDockTreeClass defines the metaclass for TDockTree.

TDragObjectClass

TDragObjectClass defines the metaclass for TDragObject.

THintWindowClass

THintWindowClass defines the metaclass for THintWindow.

TPanningWindowClass

TPanningWindowClass defines the metaclass for TPanningWindow.

TWinControlActionLinkClass

TWinControlActionLinkClass defines the metaclass for TWinControlActionLink.

TWinControlClass

TWinControlClass defines the metaclass for TWinControl.

Const

Constants

Enum

TAlign

TAlign specifies the alignment of a control within its parent.

TAnchorKind

TAnchorKind and TAnchors specify how a control is anchored to its parent.

TBalloonHintIcon

TBalloonHintIcon specifies the type of icon for a TBalloonHint.

TBalloonHintIconSize

TBalloonHintIconSize specifies the icon size of a TBalloonHint.

TBalloonHintStyle

TBalloonHintStyle specifies the style of a TBalloonHint.

TBevelCut

TBevelCut specifies a bevel's cut.

TBevelEdge

TBevelEdge is an enumerated type used to specify which edges of a window are beveled.

TBevelKind

TBevelKind specifies the kind of bevel that appears on a control.

TDockOrientation

TDockOrientation specifies the orientation of controls in a docking zone.

TDragKind

TDragKind indicates the type of operation that occurs when the user drags a control.

TDragMessage

TDragMessage indicates the type of drag operation executed by a control.

TDragMode

TDragMode indicates how a control initiates drag operations.

TDragState

TDragState is used to specify how the mouse is moving in relation to a control.

TGestureOption

Enumerates the possible gesture options.

TGestureType

Enumerates the possible gesture types.

TImeMode

TImeMode represents the current mode of an Input Method Editor (IME).

TInteractiveGesture

Enumerates the supported interactive gestures.

TInteractiveGestureFlag

Enumerates the possible flags an interactive gesture event can specify.

TInteractiveGestureOption

Enumerates the possible options for an interactive gesture.

TMouseActivate

TMouseActivate defines values for the OnMouseActivate event.

TMouseButton

TMouseButton identifies a mouse button in a mouse-event handler.

TStandardGesture

Enumerates the supported standard gestures.

TTabletOption

Enumerates the possible options for a tablet device event.

TTouchProperty

Enumerates the optional TCustomTouchManager properties.

Function

CancelDrag

Cancels an in-progress drag-and-drop or drag-and-dock operation.

ChangeBiDiModeAlignment

Changes the alignment of a text.

CursorToIdent

Returns the name of the predefined constant that corresponds to a cursor.

CursorToString

Returns the AnsiString representation of a cursor.

DragDone

DragDone finishes a drag operation.

FindControl

Returns the windowed control (Windows) or widget (cross-platform) whose window is identified by the specified handle or which appears at a specified position.

FindDragTarget

Returns the control at a specified screen coordinate.

FindVCLWindow

Returns the windowed control, if any, at the specified location.

GetCaptureControl

Returns the control, if any, that currently receives all mouse messages.

GetCursorValues

Passes the name of every predefined cursor constant to a callback.

GetLongHint

Returns the second part of a two-part hint string.

GetShortHint

Returns the first part of a two-part hint string.

IdentToCursor

Translates a predefined cursor constant into a cursor.

Imm32GetCompositionString

Imm32GetCompositionString is an internal routine.

Imm32GetContext

Imm32GetContext is an internal routine.

Imm32GetConversionStatus

Imm32GetConversionStatus is an internal routine.

Imm32IsIME

Imm32IsIME is an internal routine.

Imm32NotifyIME

Imm32NotifyIME is an internal routine.

Imm32ReleaseContext

Imm32ReleaseContext is an internal routine.

Imm32SetCompositionFont

Imm32SetCompositionFont is an internal routine.

Imm32SetCompositionWindow

Imm32SetCompositionWindow is an internal routine.

Imm32SetConversionStatus

Imm32SetConversionStatus is an internal routine.

Imm32SetOpenStatus

Imm32SetOpenStatus is an internal routine.

InitWndProc

InitWndProc is an internal routine.

IsAbortResult

Checks the return value from a modal form dialog and indicates whether the user selected Abort or Cancel.

IsAnAllResult

Checks the return value from a modal form dialog and indicates whether the user selected All, Yes to All, or No to All.

IsDragObject

Indicates whether a specified object is a TDragObject descendant.

IsNegativeResult

Checks the return value from a modal form dialog and indicates whether the user selected No or No to All.

IsPositiveResult

Checks the return value from a modal form dialog and indicates whether the user selected Ok, Yes, Yes to All, or All.

IsVCLControl

IsVCLControl returns true if a control is a VCL control.

MouseOriginToShiftState
MoveWindowOrg

Changes the location of the point (0,0) within a device context.

PerformBufferedPrintClient

PerformBufferedPrintClient is an internal routine.

PerformEraseBackground

PerformEraseBackground erases the background of a given control.

SendAppMessage

Sends a Windows message to the application.

SetCaptureControl

Causes the specified control to receive all mouse messages.

SetImeMode

SetImeMode sets the IME mode for a window.

SetImeName

SetImeName sets the IME name for a window.

StringToCursor

Returns a TCursor value given its string representation.

StripAllFromResult

Converts a TModalResult value from a constant that refers to "all" to the corresponding simple constant.

Win32NLSEnableIME

Win32NLSEnableIME is an internal routine.

Interface

IDockManager

IDockManager is the interface for docking managers.

Pointer

PControlListItem

PControlListItem is a pointer to a TControlListItem record.

PDockNotifyRec

PDockNotifyRec is a pointer to a TDockNotifyRec record.

PDragRec

PDragRec is a pointer to a TDragRec record.

PGestureEventInfo

PGestureEventInfo is a pointer to a TGestureEventInfo record.

PHintInfo

PHintInfo is a pointer to a THintInfo record.

PMouseActivateRec

PMouseActivateRec is a pointer to a TMouseActivateRec record.

PPopupFormInfo

PPopupFormInfo is a pointer to a TPopupFormInfo record.

TCustomData

TCustomData is an alias to an untyped pointer.

TDragTarget

TDragTarget represents the drag target for the drag operations.

TReservedControlData

TReservedControlData is an alias to an untyped pointer.

TWindowProcPtr

TWindowProcPtr is an alias to an untyped pointer.

Set

TAlignSet

TAlignSet specifies the alignment of a child control within its parent.

TAnchors

TAnchors is the set of control anchor values.

TBevelEdges

TBevelEdges is a set type used to specify which edges of a window are beveled.

TControlState

TControlState describes the current state of a control.

TControlStyle

The TControlStyle type describes the current style of the control.

TGestureOptions

Specifies a set of possible gesture options.

TGestureTypes

Specifies a set of gesture types.

TInteractiveGestureFlags

Specifies a set of possible flags for an interactive gesture event.

TInteractiveGestureOptions

Specifies the possible options for an interactive gesture.

TInteractiveGestures

Specifies a set of interactive gestures.

TScalingFlags

TScalingFlags describes the way controls are scaled.

TStandardGestures

Specifies a set of supported standard gestures.

TTabletOptions

Specifies a set of possible options for a tablet device event.

Struct

TAlignInfo

TAlignInfo describes the alignment of a control within a parent.

TCMActivate

TCMActivate is a record used by the CM_ACTIVATE message.

TCMCancelMode

Represents the cancel state for a VCL control.

TCMChanged

Represents a VCL change notification.

TCMChildKey

Represents a VCL key-pressed notification.

TCMControlChange

Represents a VCL control change notification.

TCMControlListChange

TCMControlListChange is used with a CM_CONTROLLISTCHANGE message.

TCMControlListChanging
TCMCreatePopup

TCMCreatePopup is used with a CM_CREATEPOPUP message.

TCMDeactivate

TCMDeactivate is a record used by the CM_DEACTIVATE message.

TCMDesignHitTest

TCMDesignHitTest is a record used by the CM_DESIGNHITTEST message.

TCMDialogChar

TCMDialogChar is a record used by the CM_DIALOGCHAR message.

TCMDialogKey

TCMDialogKey is a record used by the CM_DIALOGKEY message.

TCMDockClient

TCMDockClient is used with a CM_DOCKCLIENT message.

TCMDockNotification

TCMDockNotification is used with a CM_DOCKNOTIFICATION message.

TCMDrag

TCMDrag is used with a CM_DRAG message.

TCMEnter

TCMEnter is a record used by the CM_ENTER message.

TCMExit

TCMExit is a record used by the CM_EXIT message.

TCMFloat

TCMFloat is used with a CM_FLOAT message.

TCMFocusChanged

TCMFocusChanged is used with a CM_FOCUSCHANGED message.

TCMGesture

TCMGesture is used for gesture event messages.

TCMGotFocus

TCMGotFocus is a record used by the CM_GOTFOCUS message.

TCMHintShow

TCMHintShow is used with a CM_HINTSHOW message.

TCMHitTest

TCMHitTest is a record used by the CM_HITTEST message.

TCMLostFocus

TCMLostFocus is a record used by the CM_LOSTFOCUS message.

TCMMouseActivate

TCMMouseActivate is used with a CM_MOUSEACTIVATE message.

TCMMouseWheel

TCMMouseWheel is used with a CM_MOUSEWHEEL message.

TCMParentFontChanged

TCMParentFontChanged is used with a CM_PARENTFONTCHANGED message.

TCMPopupHWndDestroy

TCMPopupHWndDestroy is used with a CM_POPUPHWNDDESTROY message.

TCMUnDockClient

TCMUnDockClient is used with a CM_UNDOCKCLIENT message.

TCMWantSpecialKey

TCMWantSpecialKey is a record used by the CM_WANTSPECIALKEY message.

TControlListItem

TControlListItem represents an item used in a control list.

TCreateParams

TCreateParams is the window-creation parameter record used to specify the type of window to create for a windowed control.

TDockNotifyRec

TDockNotifyRec represents the information from a Windows docking notification message, and PDockNotifyRec is a pointer to a TDockNotifyRec value.

TDragRec

TDragRec specifies the position of the object being dragged.

TGestureEventInfo

Describes a gesture event.

THintInfo

THintInfo is used internally.

TMouseActivateRec

TMouseActivateRec is used internally.

TPopupFormInfo

TPopupFormInfo is used internally.

Type

TBevelWidth

TBevelWidth defines the width, in pixels, of both the inner and outer bevels of a control.

TBorderWidth

TBorderWidth defines the distance, in pixels, between the outer and inner bevels of a control.

TCanvasDC

TCanvasDC is an alias to HDC.

TCaption

TCaption is the type of the Caption property.

TConstraintSize

TConstraintSize specifies the range of a size constraint.

TCursor

TCursor identifies the cursor type.

TCustomLongData

TCustomLongData is an alias to a Longint.

TGestureID

The TGestureID type is used to identify a gesture.

TImeName

TImeName is the type that represents the name of an Input Method Editor.

TMarginSize

TMarginSize specifies the boundaries of a control's margins.

TModalResult

TModalResult represents the return value from a modal dialog.

TTabOrder

TTabOrder defines the tab order of a control.

Variable

AnimateWindowProc

AnimateWindowProc is used internally.

CreationControl

CreationControl is used internally.

DefaultDockTreeClass

Provides the default implementation class for the DockManager property of container controls.

IsVCLControlHook

IsVCLControlHook contains the address of a function.

Mouse

Contains information about the system’s mouse.

NewStyleControls

Determines whether controls are drawn using the Windows 3.x "look".

C++ Information

Class

EGestureException

EGestureException is the exception class for gesture errors.

IDockManager

IDockManager is the interface for docking managers.

TAlignInfo

TAlignInfo describes the alignment of a control within a parent.

TBalloonHint

Balloon hint component added to a control.

TBaseDragControlObject

The TBaseDragControlObject object provides support for drag-and-drop or drag-and-dock operations.

TCMCancelMode

Represents the cancel state for a VCL control.

TCMChanged

Represents a VCL change notification.

TCMChildKey

Represents a VCL key-pressed notification.

TCMControlChange

Represents a VCL control change notification.

TCMControlListChange

TCMControlListChange is used with a CM_CONTROLLISTCHANGE message.

TCMControlListChanging
TCMCreatePopup

TCMCreatePopup is used with a CM_CREATEPOPUP message.

TCMDockClient

TCMDockClient is used with a CM_DOCKCLIENT message.

TCMDockNotification

TCMDockNotification is used with a CM_DOCKNOTIFICATION message.

TCMDrag

TCMDrag is used with a CM_DRAG message.

TCMFloat

TCMFloat is used with a CM_FLOAT message.

TCMFocusChanged

TCMFocusChanged is used with a CM_FOCUSCHANGED message.

TCMGesture

TCMGesture is used for gesture event messages.

TCMHintShow

TCMHintShow is used with a CM_HINTSHOW message.

TCMMouseActivate

TCMMouseActivate is used with a CM_MOUSEACTIVATE message.

TCMMouseWheel

TCMMouseWheel is used with a CM_MOUSEWHEEL message.

TCMParentFontChanged

TCMParentFontChanged is used with a CM_PARENTFONTCHANGED message.

TCMPopupHWndDestroy

TCMPopupHWndDestroy is used with a CM_POPUPHWNDDESTROY message.

TCMUnDockClient

TCMUnDockClient is used with a CM_UNDOCKCLIENT message.

TControl

TControl is the base class for all components that are visible at runtime.

TControlAction

TControlAction is the base class for all the actions that can be associated with some of the VCL controls.

TControlActionLink

TControlActionLink links action objects to clients that descend from TControl.

TControlCanvas

TControlCanvas is a specialized canvas object associated with a control.

TControlListItem

TControlListItem represents an item used in a control list.

TCreateParams

TCreateParams is the window-creation parameter record used to specify the type of window to create for a windowed control.

TCustomControl

Base class for controls that wrap Windows screen objects but perform their own rendering.

TCustomControlAction

TCustomControlAction is the base class for all the actions that can be associated with some of the VCL controls.

TCustomGestureCollection

TCustomGestureCollection is the base class for gesture collections.

TCustomGestureCollectionItem

TCustomGestureCollectionItem is the base class for items used to represent a gesture in a collection.

TCustomGestureEngine

TCustomGestureEngine is the abstract base for all gesturing engines.

TCustomGestureManager

TCustomGestureManager is the abstract base for all gesture manager components.

TCustomHint

Custom hint component added to a control.

TCustomHintShowHideThread

Thread for drawing custom hint.

TCustomHintWindow

Custom window to specify properties to allow painting hints.

TCustomListControl

TCustomListControl is the base class for controls that display a list of items.

TCustomMultiSelectListControl

TCustomMultiSelectListControl is the base class for list controls that allow multiple items to be selected.

TCustomPanningWindow

This is an abstract base class that is used as an ancestor for users to implement a custom panning window.

TCustomTouchManager

TCustomTouchManager is the custom base for the TTouchManager class.

TCustomTransparentControl

Base class for transparent controls.

TDockNotifyRec

TDockNotifyRec represents the information from a Windows docking notification message, and PDockNotifyRec is a pointer to a TDockNotifyRec value.

TDockTree

TDockTree is the default docking manager for TWinControl.

TDockZone

TDockZone represents a region that contains several other zones.

TDragControlObject

TDragControlObject object provides for normal drag and drop operations.

TDragControlObjectEx

TDragControlObjectEx object provides for normal drag and drop operations.

TDragDockObject

Contains drag-and-dock information for a control.

TDragDockObjectEx

Contains drag-and-dock information for a control.

TDragImageList

TDragImageList represents a set of images that appear during drag operations.

TDragObject

TDragObject is a base class used for managing drag operations.

TDragObjectEx

TDragObjectEx is a base class used for managing drag operations.

TDragRec

TDragRec specifies the position of the object being dragged.

TGestureEventInfo

Describes a gesture event.

TGraphicControl

TGraphicControl is the base class for all lightweight controls.

THintInfo

THintInfo is used internally.

THintWindow

THintWindow implements the small pop-up window that appears over a control at runtime when the control has its ShowHint property set to true.

TImageList

TImageList represents a collection of same-sized images, each of which can be referred to by its index.

TMargins

Contains margins for the control.

TMouse

TMouse surfaces information about the mouse and specifies how the application responds to mouse messages.

TMouseActivateRec

TMouseActivateRec is used internally.

TPadding

Contains the padding for the control.

TPopupFormInfo

TPopupFormInfo is used internally.

TSizeConstraints

Contains size constraints for a control.

TTouchManager

TTouchManager adds gesturing options to controls.

TWinControl

TWinControl is the base class for all controls that are wrappers for Microsoft Windows screen objects.

TWinControlActionLink

TWinControlActionLink is an action link used by descendants of TWinControl.

Enum

Controls__21
Controls__31
Controls__41
TAlign

TAlign specifies the alignment of a control within its parent.

TAnchorKind

TAnchorKind and TAnchors specify how a control is anchored to its parent.

TBalloonHintIcon

TBalloonHintIcon specifies the type of icon for a TBalloonHint.

TBalloonHintIconSize

TBalloonHintIconSize specifies the icon size of a TBalloonHint.

TBalloonHintStyle

TBalloonHintStyle specifies the style of a TBalloonHint.

TBevelCut

TBevelCut specifies a bevel's cut.

TBevelEdge

TBevelEdge is an enumerated type used to specify which edges of a window are beveled.

TBevelKind

TBevelKind specifies the kind of bevel that appears on a control.

TCursor

TCursor identifies the cursor type.

TDockOrientation

TDockOrientation specifies the orientation of controls in a docking zone.

TDragKind

TDragKind indicates the type of operation that occurs when the user drags a control.

TDragMessage

TDragMessage indicates the type of drag operation executed by a control.

TDragMode

TDragMode indicates how a control initiates drag operations.

TDragState

TDragState is used to specify how the mouse is moving in relation to a control.

TGestureOption

Enumerates the possible gesture options.

TGestureType

Enumerates the possible gesture types.

TImeMode

TImeMode represents the current mode of an Input Method Editor (IME).

TInteractiveGesture

Enumerates the supported interactive gestures.

TInteractiveGestureFlag

Enumerates the possible flags an interactive gesture event can specify.

TInteractiveGestureOption

Enumerates the possible options for an interactive gesture.

TMouseActivate

TMouseActivate defines values for the OnMouseActivate event.

TMouseButton

TMouseButton identifies a mouse button in a mouse-event handler.

TStandardGesture

Enumerates the supported standard gestures.

TTabletOption

Enumerates the possible options for a tablet device event.

TTouchProperty

Enumerates the optional TCustomTouchManager properties.

Function

CancelDrag

Cancels an in-progress drag-and-drop or drag-and-dock operation.

ChangeBiDiModeAlignment

Changes the alignment of a text.

CursorToIdent

Returns the name of the predefined constant that corresponds to a cursor.

CursorToString

Returns the AnsiString representation of a cursor.

DragDone

DragDone finishes a drag operation.

FindControl

Returns the windowed control (Windows) or widget (cross-platform) whose window is identified by the specified handle or which appears at a specified position.

FindDragTarget

Returns the control at a specified screen coordinate.

FindVCLWindow

Returns the windowed control, if any, at the specified location.

GetCaptureControl

Returns the control, if any, that currently receives all mouse messages.

GetCursorValues

Passes the name of every predefined cursor constant to a callback.

GetLongHint

Returns the second part of a two-part hint string.

GetShortHint

Returns the first part of a two-part hint string.

IdentToCursor

Translates a predefined cursor constant into a cursor.

Imm32GetCompositionString

Imm32GetCompositionString is an internal routine.

Imm32GetContext

Imm32GetContext is an internal routine.

Imm32GetConversionStatus

Imm32GetConversionStatus is an internal routine.

Imm32IsIME

Imm32IsIME is an internal routine.

Imm32NotifyIME

Imm32NotifyIME is an internal routine.

Imm32ReleaseContext

Imm32ReleaseContext is an internal routine.

Imm32SetCompositionFont

Imm32SetCompositionFont is an internal routine.

Imm32SetCompositionWindow

Imm32SetCompositionWindow is an internal routine.

Imm32SetConversionStatus

Imm32SetConversionStatus is an internal routine.

Imm32SetOpenStatus

Imm32SetOpenStatus is an internal routine.

InitWndProc

InitWndProc is an internal routine.

IsAbortResult

Checks the return value from a modal form dialog and indicates whether the user selected Abort or Cancel.

IsAnAllResult

Checks the return value from a modal form dialog and indicates whether the user selected All, Yes to All, or No to All.

IsDragObject

Indicates whether a specified object is a TDragObject descendant.

IsNegativeResult

Checks the return value from a modal form dialog and indicates whether the user selected No or No to All.

IsPositiveResult

Checks the return value from a modal form dialog and indicates whether the user selected Ok, Yes, Yes to All, or All.

IsVCLControl

IsVCLControl returns true if a control is a VCL control.

MouseOriginToShiftState
MoveWindowOrg

Changes the location of the point (0,0) within a device context.

PerformBufferedPrintClient

PerformBufferedPrintClient is an internal routine.

PerformEraseBackground

PerformEraseBackground erases the background of a given control.

SendAppMessage

Sends a Windows message to the application.

SetCaptureControl

Causes the specified control to receive all mouse messages.

SetImeMode

SetImeMode sets the IME mode for a window.

SetImeName

SetImeName sets the IME name for a window.

StringToCursor

Returns a TCursor value given its string representation.

StripAllFromResult

Converts a TModalResult value from a constant that refers to "all" to the corresponding simple constant.

Win32NLSEnableIME

Win32NLSEnableIME is an internal routine.

Typedef

PControlListItem

PControlListItem is a pointer to a TControlListItem record.

PDockNotifyRec

PDockNotifyRec is a pointer to a TDockNotifyRec record.

PDragRec

PDragRec is a pointer to a TDragRec record.

PGestureEventInfo

PGestureEventInfo is a pointer to a TGestureEventInfo record.

PHintInfo

PHintInfo is a pointer to a THintInfo record.

PMouseActivateRec

PMouseActivateRec is a pointer to a TMouseActivateRec record.

PPopupFormInfo

PPopupFormInfo is a pointer to a TPopupFormInfo record.

TAlignInsertBeforeEvent

TAlignInsertBeforeEvent is the function type for an OnAlignInsertBefore event.

TAlignPositionEvent

TAlignPositionEvent is the function type for an OnAlignPosition event.

TAlignSet

TAlignSet specifies the alignment of a child control within its parent.

TAnchors

TAnchors is the set of control anchor values.

TAnimateWindowProc

TAnimateWindowProc is the type of a function that is called each time a window is animated.

TBevelEdges

TBevelEdges is a set type used to specify which edges of a window are beveled.

TBevelWidth

TBevelWidth defines the width, in pixels, of both the inner and outer bevels of a control.

TBorderWidth

TBorderWidth defines the distance, in pixels, between the outer and inner bevels of a control.

TCMActivate

TCMActivate is a record used by the CM_ACTIVATE message.

TCMDeactivate

TCMDeactivate is a record used by the CM_DEACTIVATE message.

TCMDesignHitTest

TCMDesignHitTest is a record used by the CM_DESIGNHITTEST message.

TCMDialogChar

TCMDialogChar is a record used by the CM_DIALOGCHAR message.

TCMDialogKey

TCMDialogKey is a record used by the CM_DIALOGKEY message.

TCMEnter

TCMEnter is a record used by the CM_ENTER message.

TCMExit

TCMExit is a record used by the CM_EXIT message.

TCMGotFocus

TCMGotFocus is a record used by the CM_GOTFOCUS message.

TCMHitTest

TCMHitTest is a record used by the CM_HITTEST message.

TCMLostFocus

TCMLostFocus is a record used by the CM_LOSTFOCUS message.

TCMWantSpecialKey

TCMWantSpecialKey is a record used by the CM_WANTSPECIALKEY message.

TCanResizeEvent

TCanResizeEvent is the type of the OnCanResize event handler.

TCanvasDC

TCanvasDC is an alias to HDC.

TCaption

TCaption is the type of the Caption property.

TConstrainedResizeEvent

TConstrainedResizeEvent is the function type for an OnConstrainedResize event.

TConstraintSize

TConstraintSize specifies the range of a size constraint.

TContextPopupEvent

TContextPopupEvent is the function type for an OnContextPopup event.

TControlActionLinkClass

TControlActionLinkClass defines the metaclass for TControlActionLink.

TControlClass

TControlClass defines the metaclass for TControl.

TControlState

TControlState describes the current state of a control.

TControlStyle

The TControlStyle type describes the current style of the control.

TCustomData

TCustomData is an alias to an untyped pointer.

TCustomLongData

TCustomLongData is an alias to a Longint.

TDockDropEvent

TDockDropEvent is the type of the OnDockDrop event handler.

TDockOverEvent

TDockOverEvent is the type of the OnDockOver event handler.

TDockTreeClass

TDockTreeClass defines the metaclass for TDockTree.

TDragDropEvent

TDragDropEvent is the function type for an OnDragDrop event.

TDragObjectClass

TDragObjectClass defines the metaclass for TDragObject.

TDragOverEvent

TDragOverEvent is the function type for an OnDragOver event.

TDragTarget

TDragTarget represents the drag target for the drag operations.

TEndDragEvent

TEndDragEvent is the type of event that occurs when the drag operation ends.

TForEachZoneProc

TForEachZoneProc is used internally.

TGestureArray
TGestureEvent

TGestureEvent is the function type used for gesture-related events.

TGestureID

The TGestureID type is used to identify a gesture.

TGestureOptions

Specifies a set of possible gesture options.

TGesturePointArray

Represents an array of gesture points.

TGestureTypes

Specifies a set of gesture types.

TGetSiteInfoEvent

TGetSiteInfoEvent is the type of the OnGetSiteInfo event handler.

THintWindowClass

THintWindowClass defines the metaclass for THintWindow.

TImeName

TImeName is the type that represents the name of an Input Method Editor.

TInteractiveGestureFlags

Specifies a set of possible flags for an interactive gesture event.

TInteractiveGestureOptions

Specifies the possible options for an interactive gesture.

TInteractiveGestures

Specifies a set of interactive gestures.

TKeyEvent

TKeyEvent represents the method type used for key notification events.

TKeyPressEvent

TKeyPressEvent is the function type for an OnKeyPress event.

TMarginSize

TMarginSize specifies the boundaries of a control's margins.

TModalResult

TModalResult represents the return value from a modal dialog.

TMouseActivateEvent

TMouseActivateEvent is the function type for an OnMouseActivate event.

TMouseEvent

TMouseEvent is the function type for either an OnMouseDown event or an OnMouseUp event.

TMouseMoveEvent

TMouseMoveEvent is the function type for an OnMouseMove event.

TMouseWheelEvent

TMouseWheelEvent is the function type for an OnMouseWheel event.

TMouseWheelUpDownEvent

TMouseWheelUpDownEvent is the function type for an OnMouseWheelUp event.

TPanningWindowClass

TPanningWindowClass defines the metaclass for TPanningWindow.

TReservedControlData

TReservedControlData is an alias to an untyped pointer.

TScalingFlags

TScalingFlags describes the way controls are scaled.

TStandardGestures

Specifies a set of supported standard gestures.

TStartDockEvent

TStartDockEvent is the type of the OnStartDock event handler.

TStartDragEvent

TStartDragEvent is the function type for an OnStartDrag event.

TTabOrder

TTabOrder defines the tab order of a control.

TTabletOptions

Specifies a set of possible options for a tablet device event.

TUnDockEvent

TUnDockEvent is the type of the OnUnDock event handler.

TWinControlActionLinkClass

TWinControlActionLinkClass defines the metaclass for TWinControlActionLink.

TWinControlClass

TWinControlClass defines the metaclass for TWinControl.

TWindowProcPtr

TWindowProcPtr is an alias to an untyped pointer.

_di_IDockManager

Variable

AnchorAlign

Defines the default sets of anchor types for all component alignment values.

AnimateWindowProc

AnimateWindowProc is used internally.

CreationControl

CreationControl is used internally.

DefaultDockTreeClass

Provides the default implementation class for the DockManager property of container controls.

IsVCLControlHook

IsVCLControlHook contains the address of a function.

Mouse

Contains information about the system’s mouse.

NewStyleControls

Determines whether controls are drawn using the Windows 3.x "look".

Personal tools
Translations
Newest Version