Vcl.Controls

From RAD Studio API Documentation
Jump to: navigation, search


Package vcl290.bpl

Classes

EGestureExceptionEGestureException is the exception class for gesture errors.
IDockManagerIDockManager is the interface for docking managers.
TBalloonHintBalloon hint component added to a control.
TBaseDragControlObjectThe TBaseDragControlObject object provides support for drag-and-drop or drag-and-dock operations.
TControlTControl is the base class for all components that are visible at run time.
TControlActionTControlAction is the base class for all the actions that can be associated with some of the VCL controls.
TControlActionLinkLinks an action object to a client (generic control).
TControlActionLinkClassTControlActionLinkClass defines the metaclass for TControlActionLink.
TControlCanvasTControlCanvas is a specialized canvas object associated with a control.
TControlClassTControlClass defines the metaclass for TControl.
TControlEnumerator
TCustomControlBase class for controls that wrap Windows screen objects but perform their own rendering.
TCustomControlActionTCustomControlAction is the base class for all the actions that can be associated with some of the VCL controls.
TCustomGestureCollectionTCustomGestureCollection is the base class for gesture collections.
TCustomGestureCollectionItemTCustomGestureCollectionItem is the base class for items used to represent a gesture in a collection.
TCustomGestureEngineTCustomGestureEngine is the abstract base for all gesturing engines.
TCustomGestureManagerTCustomGestureManager is the abstract base class for all gesture manager components.
TCustomHintCustom hint component added to a control.
TCustomHintShowHideThreadThread for drawing custom hints.
TCustomHintWindowCustom window to specify properties to allow painting hints.
TCustomListControlTCustomListControl is the base class for controls that display a list of items.
TCustomMultiSelectListControlTCustomMultiSelectListControl is the base class for list controls that allow multiple items to be selected.
TCustomPanningWindowThis is an abstract base class that is used as an ancestor for users to implement a custom panning window.
TCustomTouchManagerTCustomTouchManager is the custom base for the TTouchManager class.
TCustomTransparentControlBase class for transparent controls.
TDockTreeTDockTree is the default docking manager for TWinControl.
TDockTreeClassTDockTreeClass defines the metaclass for TDockTree.
TDockZoneTDockZone represents a region that contains several other zones.
TDPIContextService
TDragControlObjectTDragControlObject object provides for normal drag-and-drop operations.
TDragControlObjectExA TDragControlObjectEx object provides for normal drag-and-drop operations.
TDragDockObjectContains drag-and-dock information for a control.
TDragDockObjectExContains drag-and-dock information for a control.
TDragImageListTDragImageList represents a set of images that appears during drag operations.
TDragObjectTDragObject is a base class used for managing drag operations.
TDragObjectClassTDragObjectClass defines the metaclass for TDragObject.
TDragObjectExTDragObjectEx is a base class used for managing drag operations.
TGraphicControlTGraphicControl is the base class for all lightweight controls.
THintWindowTHintWindow implements the small pop-up window that appears over a control at run time, when the control has its ShowHint property set to True.
THintWindowClassTHintWindowClass defines the metaclass for THintWindow.
TImageListTImageList represents a collection of same-sized images, each of which can be referred to by its index.
TMarginsContains margins for the control.
TMouseTMouse surfaces information about the mouse and specifies how the application responds to mouse messages.
TPaddingContains the padding for the control.
TPanningWindowClassTPanningWindowClass defines the metaclass for TPanningWindow.
TSizeConstraintsContains size constraints for a control.
TTouchManagerAdds gesturing options to controls.
TWinControlTWinControl is the base class for all controls that are wrappers for Microsoft Windows screen objects.
TWinControlActionLinkTWinControlActionLink is an action link used by descendants of TWinControl.
TWinControlActionLinkClassTWinControlActionLinkClass defines the metaclass for TWinControlActionLink.
TWinControlClassTWinControlClass defines the metaclass for TWinControl.
TWinControlMessageHandler
TWinControlMessageHandlerClass

Routines

AdjustWindowRectExForWindow
CancelDragCancels an in-progress drag-and-drop or drag-and-dock operation.
ChangeBiDiModeAlignmentChanges the alignment of a text.
CheckPerMonitorV2SupportForWindow
CursorToIdentReturns the name of the predefined constant that corresponds to a cursor.
CursorToStringReturns the AnsiString representation of a cursor.
DragDoneDragDone finishes a drag operation.
FindControlReturns the windowed control (Windows) whose window is identified by the specified handle or which appears at a specified position.
FindDragTargetReturns the control at a specified screen coordinate.
FindVCLWindowReturns the windowed control, if any, at the specified location.
GetCaptureControlReturns the control, if any, that currently receives all mouse messages.
GetCursorValuesPasses the name of every predefined cursor constant to a callback.
GetLongHintReturns the second part of a two-part hint string.
GetShortHintReturns the first part of a two-part hint string.
GetSystemMetricsForWindow
IdentToCursorTranslates a predefined cursor constant into a cursor.
Imm32GetCompositionStringFor internal use.
Imm32GetContextFor internal use.
Imm32GetConversionStatusFor internal use.
Imm32IsIMEFor internal use.
Imm32NotifyIMEFor internal use.
Imm32ReleaseContextFor internal use.
Imm32SetCompositionFontFor internal use.
Imm32SetCompositionWindowFor internal use.
Imm32SetConversionStatusFor internal use.
Imm32SetOpenStatusFor internal use.
InitWndProcFor internal use.
InvalidControlOperation
IsAbortResultChecks the return value from a modal form dialog and indicates whether the user selected Abort or Cancel.
IsAnAllResultChecks the return value from a modal form dialog and indicates whether the user selected All, Yes to All, or No to All.
IsDragObjectIndicates whether a specified object is a TDragObject descendant.
IsNegativeResultChecks the return value from a modal form dialog and indicates whether the user selected No or No to All.
IsPositiveResultChecks the return value from a modal form dialog and indicates whether the user selected Ok, Yes, Yes to All, or All.
IsVCLControlIsVCLControl returns true if a control is a VCL control.
MouseOriginToShiftStateDetermines the origin of the message.
MoveWindowOrgChanges the location of the point (0,0) within a device context.
PerformBufferedPrintClientPerformBufferedPrintClient is an internal routine.
PerformEraseBackgroundPerformEraseBackground erases the background of a given control.
SendAppMessageSends a Windows message to the application.
SetCaptureControlCauses the specified control to receive all mouse messages.
SetImeModeSetImeMode sets the IME mode for a window.
SetImeNameSetImeName sets the IME name for a window.
SetTextInputPanelStatus
StringToCursorReturns a TCursor value given its string representation.
StripAllFromResultConverts a TModalResult value from a constant that refers to "all" to the corresponding simple constant.
SystemParametersInfoForWindow
Win32NLSEnableIME (deprecated)Win32NLSEnableIME is an internal routine.

Types

PControlListItemPointer to a TControlListItem record.
PDockNotifyRecPointer to a TDockNotifyRec record.
PDragRecPDragRec is a pointer to a TDragRec record.
PGestureEventInfoPGestureEventInfo is a pointer to a TGestureEventInfo record.
PHintInfoPHintInfo is a pointer to a THintInfo record.
PMouseActivateRecPMouseActivateRec is a pointer to a TMouseActivateRec record.
PPopupFormInfoPPopupFormInfo is a pointer to a TPopupFormInfo record.
TAlignTAlign specifies the alignment of a control within its parent.
TAlignInfoTAlignInfo describes the alignment of a control within a parent.
TAlignInsertBeforeEventTAlignInsertBeforeEvent is the function type for an OnAlignInsertBefore event.
TAlignPositionEventTAlignPositionEvent is the function type for an OnAlignPosition event.
TAlignSetTAlignSet specifies the alignment of a child control within its parent.
TAnchorKindTAnchorKind and TAnchors specify how a control is anchored to its parent.
TAnchorsTAnchors is the set of control anchor values.
TAnimateWindowProcTAnimateWindowProc is the type of a function that is called each time a window is animated.
TBalloonHintIconTBalloonHintIcon enumerates the icon types for a TBalloonHint.
TBalloonHintIconSizeTBalloonHintIconSize specifies the icon size of a TBalloonHint.
TBalloonHintStyleTBalloonHintStyle specifies the style of a TBalloonHint.
TBevelCutTBevelCut specifies a bevel's cut.
TBevelEdgeTBevelEdge is an enumerated type used to specify which edges of a window are beveled.
TBevelEdgesTBevelEdges is a set type used to specify which edges of a window are beveled.
TBevelKindTBevelKind specifies the kind of bevel that appears on a control.
TBevelWidthTBevelWidth defines the width, in pixels, of both the inner and outer bevels of a control.
TBorderWidthTBorderWidth defines the distance, in pixels, between the outer and inner bevels of a control.
TCanResizeEventTCanResizeEvent is the type of the OnCanResize event handler.
TCanvasDCTCanvasDC is an alias to HDC.
TCaptionTCaption is the type of the Caption property.
TCMActivateTCMActivate is a record used by the CM_ACTIVATE message.
TCMCancelModeRepresents the cancel state for a VCL control.
TCMChangedRepresents a VCL change notification.
TCMChildKeyRepresents a VCL key-pressed notification.
TCMControlChangeRepresents a VCL control change notification.
TCMControlListChangeTCMControlListChange is used with a CM_CONTROLLISTCHANGE message.
TCMControlListChangingTCMControlListChanging is sent to a list control before an item in the list is changed.
TCMCreatePopupTCMCreatePopup is used with a CM_CREATEPOPUP message.
TCMDeactivateTCMDeactivate is a record used by the CM_DEACTIVATE message.
TCMDesignHitTestTCMDesignHitTest is a record used by the CM_DESIGNHITTEST message.
TCMDialogCharTCMDialogChar is a record used by the CM_DIALOGCHAR message.
TCMDialogKeyTCMDialogKey is a record used by the CM_DIALOGKEY message.
TCMDockClientTCMDockClient is used with a CM_DOCKCLIENT message.
TCMDockNotificationTCMDockNotification is used with a CM_DOCKNOTIFICATION message.
TCMDragTCMDrag is used with a CM_DRAG message.
TCMEnterTCMEnter is a record used by the CM_ENTER message.
TCMExitTCMExit is a record used by the CM_EXIT message.
TCMFloatTCMFloat is used with a CM_FLOAT message.
TCMFocusChangedTCMFocusChanged is used with a CM_FOCUSCHANGED message.
TCMGestureTCMGesture is used for gesture event messages.
TCMGotFocusTCMGotFocus is a record used by the CM_GOTFOCUS message.
TCMHintShowTCMHintShow is used with a CM_HINTSHOW message.
TCMHitTestTCMHitTest is a record used by the CM_HITTEST message.
TCMLostFocusTCMLostFocus is a record used by the CM_LOSTFOCUS message.
TCMMouseActivateTCMMouseActivate is used with a CM_MOUSEACTIVATE message.
TCMMouseWheelTCMMouseWheel is used with a CM_MOUSEWHEEL message.
TCMParentFontChangedTCMParentFontChanged is used with a CM_PARENTFONTCHANGED message.
TCMPopupHWndDestroyTCMPopupHWndDestroy is used with a CM_POPUPHWNDDESTROY message.
TCMRemoteSessionStatusChanged
TCMUnDockClientTCMUnDockClient is used with a CM_UNDOCKCLIENT message.
TCMWantSpecialKeyTCMWantSpecialKey is a record used by the CM_WANTSPECIALKEY message.
TConstrainedResizeEventTConstrainedResizeEvent is the function type for an OnConstrainedResize event.
TConstraintSizeTConstraintSize specifies the range of a size constraint.
TContextPopupEventTContextPopupEvent is the function type for an OnContextPopup event.
TControlEnumeratorFilter
TControlEnumeratorFilterTypeFilters for Control Enumerator.
TControlListItemTControlListItem represents an item used in a control list.
TControlStateTControlState describes the current state of a control.
TControlStateItem
TControlStyleThe TControlStyle type describes the current style of the control.
TControlStyleItem
TCreateParamsTCreateParams is the window-creation parameter record used to specify the type of window to create for a windowed control.
TCursorTCursor identifies the cursor type.
TCustomDataTCustomData is an alias to an untyped pointer.
TCustomLongDataTCustomLongData is an alias to a Longint.
TDockDropEventTDockDropEvent is the type of the OnDockDrop event handler.
TDockNotifyRecTDockNotifyRec represents the information from a Windows docking notification message, and PDockNotifyRec is a pointer to a TDockNotifyRec value.
TDockOrientationTDockOrientation specifies the orientation of controls in a docking zone.
TDockOverEventTDockOverEvent is the type of the OnDockOver event handler.
TDoubleBufferedModeType for DoubleBufferedMode property.
TDragDropEventTDragDropEvent is the function type for an OnDragDrop event.
TDragKindTDragKind indicates the type of operation that occurs when the user drags a control.
TDragMessageTDragMessage indicates the type of drag operation executed by a control.
TDragModeTDragMode indicates how a control initiates drag operations.
TDragOverEventTDragOverEvent is the function type for an OnDragOver event.
TDragRecSpecifies the position of the object being dragged.
TDragStateTDragState is used to specify how the mouse is moving in relation to a control.
TDragTargetTDragTarget represents the drag target for the drag operations.
TEndDragEventTEndDragEvent is the type of event that occurs when the drag operation ends.
TEnumerateControlEvent
TForEachZoneProcTForEachZoneProc is used internally.
TGestureArrayRepresents an array of gesture collection items.
TGestureEventTGestureEvent is the function type used for gesture-related events, such as OnGesture.
TGestureEventInfoDescribes a gesture event.
TGestureIDThe TGestureID type is used to identify a gesture.
TGestureOptionEnumerates the possible gesture options.
TGestureOptionsSpecifies a set of possible gesture options.
TGesturePointArrayRepresents an array of gesture points.
TGestureTypeEnumerates the possible gesture types.
TGestureTypesSpecifies a set of gesture types.
TGetSiteInfoEventTGetSiteInfoEvent is the type of the OnGetSiteInfo event handler.
THintInfoTHintInfo is used to define the appearance and behavior of the Help window.
THintPosition
TImeModeTImeMode represents the current mode of an Input Method Editor (IME).
TImeNameTImeName is the type that represents the name of an Input Method Editor.
TInteractiveGestureEnumerates the supported interactive gestures.
TInteractiveGestureFlagEnumerates the possible flags an interactive gesture event can specify.
TInteractiveGestureFlagsSpecifies a set of possible flags for an interactive gesture event.
TInteractiveGestureOptionEnumerates the possible options for an interactive gesture.
TInteractiveGestureOptionsSpecifies the possible options for an interactive gesture.
TInteractiveGesturesSpecifies a set of interactive gestures.
TKeyEventTKeyEvent represents the method type used for key notification events.
TKeyPressEventTKeyPressEvent is the function type for an OnKeyPress event.
TMarginSizeTMarginSize specifies the boundaries of a control's margins.
TModalResultTModalResult represents the return value from a modal dialog.
TMouseActivateTMouseActivate defines values for the OnMouseActivate event.
TMouseActivateEventTMouseActivateEvent is the function type for an OnMouseActivate event.
TMouseActivateRecTMouseActivateRec is used internally.
TMouseButtonTMouseButton identifies a mouse button in a mouse-event handler.
TMouseEventTMouseEvent is the function type for either an OnMouseDown event or an OnMouseUp event.
TMouseMoveEventTMouseMoveEvent is the function type for an OnMouseMove event.
TMouseWheelEventTMouseWheelEvent is the function type for an OnMouseWheel event.
TMouseWheelUpDownEventTMouseWheelUpDownEvent is the function type for an OnMouseWheelUp and an OnMouseWheelDown event.
TOriginalParentCalcType
TPopupFormInfoTPopupFormInfo is used internally.
TReservedControlDataTReservedControlData is an alias to an untyped pointer.
TScalingFlag
TScalingFlagsTScalingFlags describes the way controls are scaled.
TStandardGestureEnumerates the supported standard gestures.
TStandardGesturesSpecifies a set of supported standard gestures.
TStartDockEventTStartDockEvent is the type of the OnStartDock event handler.
TStartDragEventTStartDragEvent is the function type for an OnStartDrag event.
TStyleElement
TStyleElementsIndicates which elements from the current style are to be enabled for the control.
TTabletOptionEnumerates the possible options for a tablet device event.
TTabletOptionsSpecifies a set of possible options for a tablet device event.
TTabOrderTTabOrder defines the tab order of a control.
TTipMode
TTouchPropertyEnumerates the optional TCustomTouchManager properties.
TUnDockEventTUnDockEvent is the type of the OnUnDock event handler.
TWheelRouting
TWindowProcPtrTWindowProcPtr is an alias to an untyped pointer.
TWndMethod

Variables

AnchorAlignDetermines the anchors according to the alignment.
AnimateWindowProcFor internal use.
CreationControlFor internal use.
DefaultDockTreeClassProvides the default implementation class for the DockManager property of container controls.
IsVCLControlHookIsVCLControlHook contains the address of a function.
MouseContains information about the system’s mouse.
NewStyleControlsDetermines whether controls are drawn using the Windows 3.x "look".

Constants

cBalloonStemHeightcBalloonStemHeight: Integer = $A;
cEdgeRadiuscEdgeRadius: Integer = 4;
cgiFirstcgiFirst: Integer = $FFFFFE00;
cgiLastcgiLast: Integer = $FFFFFFFF;
cImageMargincImageMargin: Integer = 4;
CM_ACTIONEXECUTECM_ACTIONEXECUTE: Integer = $B040;
CM_ACTIONUPDATECM_ACTIONUPDATE: Integer = $B03F;
CM_ACTIVATECM_ACTIVATE: Integer = $B000;
CM_ALLCHILDRENFLIPPEDCM_ALLCHILDRENFLIPPED: Integer = $B03E;
CM_APPKEYDOWNCM_APPKEYDOWN: Integer = $B016;
CM_APPSYSCOMMANDCM_APPSYSCOMMAND: Integer = $B017;
CM_BASECM_BASE: Integer = $B000;
CM_BIDIMODECHANGEDCM_BIDIMODECHANGED: Integer = $B03C;
CM_BORDERCHANGEDCM_BORDERCHANGED: Integer = $B03B;
CM_BUFFEREDPRINTCLIENTCM_BUFFEREDPRINTCLIENT: Integer = $B04D;
CM_BUTTONPRESSEDCM_BUTTONPRESSED: Integer = $B018;
CM_CANCELMODECM_CANCELMODE: Integer = $B004;
CM_CHANGEDCM_CHANGED: Integer = $B037;
CM_CHILDKEYCM_CHILDKEY: Integer = $B02E;
CM_CLROFFSETCM_CLROFFSET: Integer = 0;
CM_COLORCHANGEDCM_COLORCHANGED: Integer = $B00D;
CM_CONTROLCHANGECM_CONTROLCHANGE: Integer = $B036;
CM_CONTROLLISTCHANGECM_CONTROLLISTCHANGE: Integer = $B02C;
CM_CONTROLLISTCHANGINGCM_CONTROLLISTCHANGING: Integer = $B04C;
CM_CREATEPOPUPCM_CREATEPOPUP: Integer = $B049;
CM_CTL3DCHANGEDCM_CTL3DCHANGED: Integer = $B010;
CM_CURSORCHANGEDCM_CURSORCHANGED: Integer = $B00F;
CM_CUSTOMGESTURESCHANGEDCM_CUSTOMGESTURESCHANGED: Integer = $B053;
CM_CUSTOMSTYLECHANGEDCM_CUSTOMSTYLECHANGED: Integer = $B059;
CM_DEACTIVATECM_DEACTIVATE: Integer = $B001;
CM_DESIGNHITTESTCM_DESIGNHITTEST: Integer = $B01C;
CM_DESTROYHANDLECM_DESTROYHANDLE: Integer = $B04A;
CM_DIALOGCHARCM_DIALOGCHAR: Integer = $B006;
CM_DIALOGHANDLECM_DIALOGHANDLE: Integer = $B031;
CM_DIALOGKEYCM_DIALOGKEY: Integer = $B005;
CM_DOCKCLIENTCM_DOCKCLIENT: Integer = $B038;
CM_DOCKNOTIFICATIONCM_DOCKNOTIFICATION: Integer = $B042;
CM_DOCWINDOWACTIVATECM_DOCWINDOWACTIVATE: Integer = $B02B;
CM_DOUBLEBUFFEREDCHANGEDCM_DOUBLEBUFFEREDCHANGED: Integer = $B04F;
CM_DRAGCM_DRAG: Integer = $B02F;
CM_ENABLEDCHANGEDCM_ENABLEDCHANGED: Integer = $B00C;
CM_ENTERCM_ENTER: Integer = $B01A;
CM_EXITCM_EXIT: Integer = $B01B;
CM_FLOATCM_FLOAT: Integer = $B03A;
CM_FOCUSCHANGEDCM_FOCUSCHANGED: Integer = $B007;
CM_FONTCHANGECM_FONTCHANGE: Integer = $B026;
CM_FONTCHANGEDCM_FONTCHANGED: Integer = $B00E;
CM_GESTURECM_GESTURE: Integer = $B052;
CM_GESTUREMANAGERCHANGEDCM_GESTUREMANAGERCHANGED: Integer = $B054;
CM_GETDATALINKCM_GETDATALINK: Integer = $B02D;
CM_GOTFOCUSCM_GOTFOCUS: Integer = $B002;
CM_HINTSHOWCM_HINTSHOW: Integer = $B030;
CM_HINTSHOWPAUSECM_HINTSHOWPAUSE: Integer = $B041;
CM_HITTESTCM_HITTEST: Integer = $B00A;
CM_ICONCHANGEDCM_ICONCHANGED: Integer = $B01D;
CM_INPUTLANGCHANGECM_INPUTLANGCHANGE: Integer = $B056;
CM_INVALIDATECM_INVALIDATE: Integer = $B034;
CM_INVALIDATEDOCKHOSTCM_INVALIDATEDOCKHOST: Integer = $B046;
CM_INVOKEHELPCM_INVOKEHELP: Integer = $B01F;
CM_ISSHORTCUTCM_ISSHORTCUT: Integer = $B044;
CM_ISTOOLCONTROLCM_ISTOOLCONTROL: Integer = $B032;
CM_LOSTFOCUSCM_LOSTFOCUS: Integer = $B003;
CM_MENUCHANGEDCM_MENUCHANGED: Integer = $B015;
CM_MOUSEACTIVATECM_MOUSEACTIVATE: Integer = $B04B;
CM_MOUSEENTERCM_MOUSEENTER: Integer = $B013;
CM_MOUSELEAVECM_MOUSELEAVE: Integer = $B014;
CM_MOUSEWHEELCM_MOUSEWHEEL: Integer = $B043;
CM_PARENTBIDIMODECHANGEDCM_PARENTBIDIMODECHANGED: Integer = $B03D;
CM_PARENTCOLORCHANGEDCM_PARENTCOLORCHANGED: Integer = $B009;
CM_PARENTCTL3DCHANGEDCM_PARENTCTL3DCHANGED: Integer = $B011;
CM_PARENTDOUBLEBUFFEREDCHANGEDCM_PARENTDOUBLEBUFFEREDCHANGED: Integer = $B050;
CM_PARENTFONTCHANGEDCM_PARENTFONTCHANGED: Integer = $B008;
CM_PARENTSHOWHINTCHANGEDCM_PARENTSHOWHINTCHANGED: Integer = $B023;
CM_PARENTTABLETOPTIONSCHANGEDCM_PARENTTABLETOPTIONSCHANGED: Integer = $B058;
CM_PARENTVISIBLECHANGEDCM_PARENTVISIBLECHANGED: Integer = $B05B;
CM_POPUPHWNDDESTROYCM_POPUPHWNDDESTROY: Integer = $B048;
CM_RECREATEWNDCM_RECREATEWND: Integer = $B033;
CM_RELEASECM_RELEASE: Integer = $B021;
CM_REMOTESESSIONSTATUSCHANGEDCM_REMOTESESSIONSTATUSCHANGED: Integer = $B05D;
CM_SETACTIVECONTROLCM_SETACTIVECONTROL: Integer = $B047;
CM_SHOWHINTCHANGEDCM_SHOWHINTCHANGED: Integer = $B022;
CM_SHOWINGCHANGEDCM_SHOWINGCHANGED: Integer = $B019;
CM_STANDARDGESTURESCHANGEDCM_STANDARDGESTURESCHANGED: Integer = $B055;
CM_STYLECHANGEDCM_STYLECHANGED: Integer = $B051;
CM_STYLEELEMENTSCHANGEDCM_STYLEELEMENTSCHANGED: Integer = $B05E;
CM_SYSCOLORCHANGECM_SYSCOLORCHANGE: Integer = $B024;
CM_SYSCOMMANDCM_SYSCOMMAND: Integer = $B05C;
CM_SYSFONTCHANGEDCM_SYSFONTCHANGED: Integer = $B035;
CM_SYSFONTSALLCHANGEDCM_SYSFONTSALLCHANGED: Integer = $B05A;
CM_TABLETOPTIONSCHANGEDCM_TABLETOPTIONSCHANGED: Integer = $B057;
CM_TABSTOPCHANGEDCM_TABSTOPCHANGED: Integer = $B028;
CM_TEXTCHANGEDCM_TEXTCHANGED: Integer = $B012;
CM_THEMECHANGEDCM_THEMECHANGED: Integer = $B051;
CM_TIMECHANGECM_TIMECHANGE: Integer = $B027;
CM_UIACTIVATECM_UIACTIVATE: Integer = $B029;
CM_UIDEACTIVATECM_UIDEACTIVATE: Integer = $B02A;
CM_UNDOCKCLIENTCM_UNDOCKCLIENT: Integer = $B039;
CM_UNTHEMECONTROLCM_UNTHEMECONTROL: Integer = $B04E;
CM_UPDATEACTIONSCM_UPDATEACTIONS: Integer = $B045;
CM_VISIBLECHANGEDCM_VISIBLECHANGED: Integer = $B00B;
CM_WANTSPECIALKEYCM_WANTSPECIALKEY: Integer = $B01E;
CM_WINDOWHOOKCM_WINDOWHOOK: Integer = $B020;
CM_WININICHANGECM_WININICHANGE: Integer = $B025;
CN_BASECN_BASE: Integer = $BC00;
CN_CHARCN_CHAR: Integer = $BD02;
CN_CHARTOITEMCN_CHARTOITEM: Integer = $BC2F;
CN_COMMANDCN_COMMAND: Integer = $BD11;
CN_COMPAREITEMCN_COMPAREITEM: Integer = $BC39;
CN_CTLCOLORBTNCN_CTLCOLORBTN: Integer = $BD35;
CN_CTLCOLORDLGCN_CTLCOLORDLG: Integer = $BD36;
CN_CTLCOLOREDITCN_CTLCOLOREDIT: Integer = $BD33;
CN_CTLCOLORLISTBOXCN_CTLCOLORLISTBOX: Integer = $BD34;
CN_CTLCOLORMSGBOXCN_CTLCOLORMSGBOX: Integer = $BD32;
CN_CTLCOLORSCROLLBARCN_CTLCOLORSCROLLBAR: Integer = $BD37;
CN_CTLCOLORSTATICCN_CTLCOLORSTATIC: Integer = $BD38;
CN_DELETEITEMCN_DELETEITEM: Integer = $BC2D;
CN_DRAWITEMCN_DRAWITEM: Integer = $BC2B;
CN_HSCROLLCN_HSCROLL: Integer = $BD14;
CN_KEYDOWNCN_KEYDOWN: Integer = $BD00;
CN_KEYUPCN_KEYUP: Integer = $BD01;
CN_MEASUREITEMCN_MEASUREITEM: Integer = $BC2C;
CN_NOTIFYCN_NOTIFY: Integer = $BC4E;
CN_PARENTNOTIFYCN_PARENTNOTIFY: Integer = $BE10;
CN_SYSCHARCN_SYSCHAR: Integer = $BD06;
CN_SYSKEYDOWNCN_SYSKEYDOWN: Integer = $BD04;
CN_VKEYTOITEMCN_VKEYTOITEM: Integer = $BC2E;
CN_VSCROLLCN_VSCROLL: Integer = $BD15;
crAppStartcrAppStart: Integer = $FFFFFFED;
crArrowcrArrow: Integer = $FFFFFFFE;
crCrosscrCross: Integer = $FFFFFFFD;
crDefaultcrDefault: Integer = 0;
crDragcrDrag: Integer = $FFFFFFF4;
crHandPointcrHandPoint: Integer = $FFFFFFEB;
crHelpcrHelp: Integer = $FFFFFFEC;
crHourGlasscrHourGlass: Integer = $FFFFFFF5;
crHSplitcrHSplit: Integer = $FFFFFFF2;
crIBeamcrIBeam: Integer = $FFFFFFFC;
crMultiDragcrMultiDrag: Integer = $FFFFFFF0;
crNocrNo: Integer = $FFFFFFEE;
crNoDropcrNoDrop: Integer = $FFFFFFF3;
crNonecrNone: Integer = $FFFFFFFF;
crSizecrSize: Integer = $FFFFFFEA;
crSizeAllcrSizeAll: Integer = $FFFFFFEA;
crSizeNESWcrSizeNESW: Integer = $FFFFFFFA;
crSizeNScrSizeNS: Integer = $FFFFFFF9;
crSizeNWSEcrSizeNWSE: Integer = $FFFFFFF8;
crSizeWEcrSizeWE: Integer = $FFFFFFF7;
crSQLWaitcrSQLWait: Integer = $FFFFFFEF;
crUpArrowcrUpArrow: Integer = $FFFFFFF6;
crVSplitcrVSplit: Integer = $FFFFFFF1;
cTextHorizontalMargincTextHorizontalMargin: Integer = 4;
cTextVerticalMargincTextVerticalMargin: Integer = 4;
CTL3D_ALLCTL3D_ALL: Integer = $FFFF;
gcnAddedgcnAdded: Integer = 1;
gcnModifiedgcnModified: Integer = 3;
gcnRefreshAllgcnRefreshAll: Integer = 0;
gcnRemovedgcnRemoved: Integer = 2;
igiBeginigiBegin: Integer = $101;
igiEndigiEnd: Integer = $102;
igiFirstigiFirst: Integer = $100;
igiLastigiLast: Integer = $1FF;
igiPanigiPan: Integer = $104;
igiPressAndTapigiPressAndTap: Integer = $107;
igiRotateigiRotate: Integer = $105;
igiTwoFingerTapigiTwoFingerTap: Integer = $106;
igiZoomigiZoom: Integer = $103;
mrAbortmrAbort: Integer = 3;
mrAllmrAll: Integer = $C;
mrCancelmrCancel: Integer = 2;
mrClosemrClose: Integer = 8;
mrIgnoremrIgnore: Integer = 5;
mrNomrNo: Integer = 7;
mrNonemrNone: Integer = 0;
mrNoToAllmrNoToAll: Integer = $D;
mrOkmrOk: Integer = 1;
mrRetrymrRetry: Integer = 4;
mrYesmrYes: Integer = 6;
mrYesToAllmrYesToAll: Integer = $E;
NullDockSiteNullDockSite: TWinControl = $FFFFFFFF;
rgiFirstrgiFirst: Integer = $FFFFFC00;
rgiLastrgiLast: Integer = $FFFFFDFF;
sgiChecksgiCheck: Integer = $18;
sgiChevronDownsgiChevronDown: Integer = $20;
sgiChevronLeftsgiChevronLeft: Integer = $21;
sgiChevronRightsgiChevronRight: Integer = $22;
sgiChevronUpsgiChevronUp: Integer = $1F;
sgiCirclesgiCircle: Integer = $1B;
sgiCurlicuesgiCurlicue: Integer = $19;
sgiDoubleCirclesgiDoubleCircle: Integer = $1C;
sgiDoubleCurlicuesgiDoubleCurlicue: Integer = $1A;
sgiDownsgiDown: Integer = 4;
sgiDownLeftsgiDownLeft: Integer = 7;
sgiDownLeftLongsgiDownLeftLong: Integer = $13;
sgiDownRightsgiDownRight: Integer = 8;
sgiDownRightLongsgiDownRightLong: Integer = $14;
sgiDownUpsgiDownUp: Integer = $E;
sgiFirstsgiFirst: Integer = 1;
sgiLastsgiLast: Integer = $22;
sgiLeftsgiLeft: Integer = 1;
sgiLeftDownsgiLeftDown: Integer = $A;
sgiLeftRightsgiLeftRight: Integer = $F;
sgiLeftUpsgiLeftUp: Integer = 9;
sgiNoGesturesgiNoGesture: Integer = 0;
sgiRightsgiRight: Integer = 2;
sgiRightDownsgiRightDown: Integer = $C;
sgiRightLeftsgiRightLeft: Integer = $10;
sgiRightUpsgiRightUp: Integer = $B;
sgiScratchoutsgiScratchout: Integer = $15;
sgiSemiCircleLeftsgiSemiCircleLeft: Integer = $1D;
sgiSemiCircleRightsgiSemiCircleRight: Integer = $1E;
sgiSquaresgiSquare: Integer = $17;
sgiTrianglesgiTriangle: Integer = $16;
sgiUpsgiUp: Integer = 3;
sgiUpDownsgiUpDown: Integer = $D;
sgiUpLeftsgiUpLeft: Integer = 5;
sgiUpLeftLongsgiUpLeftLong: Integer = $11;
sgiUpRightsgiUpRight: Integer = 6;
sgiUpRightLongsgiUpRightLong: Integer = $12;