Unit LCLMessageGlue

BeschreibungusesKlassen, Schnittstellen und ObjekteFunktionen und ProzedurenTypenKonstantenVariablen

Beschreibung

 

uses

Übersicht

Funktionen und Prozeduren

function DeliverMessage(const Target: TObject; var AMessage): PtrInt;
function LCLSendActivateMsg(const Target: TControl; Active: Boolean; Minimized: Boolean; ActiveWindow: HWND = 0): PtrInt;
function LCLSendSetFocusMsg(const Target: TControl): PtrInt;
function LCLSendKillFocusMsg(const Target: TControl): PtrInt;
function LCLSendShowWindowMsg(const Target: TControl; Show: Boolean; Status: LPARAM = 0): PtrInt;
function LCLSendSizeMsg(const Target: TControl; Width, Height: Word; SizeType: Longint; FromInterface: Boolean = True): PtrInt;
function LCLSendMoveMsg(const Target: TControl; XPos, YPos: SmallInt; MoveType: PtrInt = Move_Default; FromInterface: Boolean = True): PtrInt;
function LCLSendMouseMoveMsg(const Target: TControl; XPos, YPos: SmallInt; ShiftState: TShiftState = []): PtrInt;
function LCLSendMouseDownMsg(const Target: TControl; XPos, YPos: SmallInt; Button: TMouseButton; ShiftState: TShiftState = []): PtrInt;
function LCLSendMouseUpMsg(const Target: TControl; XPos, YPos: SmallInt; Button: TMouseButton; ShiftState: TShiftState = []): PtrInt;
function LCLSendCaptureChangedMsg(const Target: TControl): PtrInt;
function LCLSendSelectionChangedMsg(const Target: TControl): PtrInt;
function LCLSendDestroyMsg(const Target: TControl): PtrInt;
function LCLSendChangedMsg(const Target: TControl; ItemIndex: WPARAM = 0): PtrInt;
function LCLSendClickedMsg(const Target: TControl): PtrInt;
function LCLSendPressedMsg(const Target: TControl): PtrInt;
function LCLSendReleasedMsg(const Target: TControl): PtrInt;
function LCLSendMoveCursorMsg(const Target: TControl): PtrInt;
function LCLSendMouseEnterMsg(const Target: TControl): PtrInt;
function LCLSendMouseLeaveMsg(const Target: TControl): PtrInt;
function LCLSendInsertTextMsg(const Target: TControl): PtrInt;
function LCLSendDeleteTextMsg(const Target: TControl): PtrInt;
function LCLSendSetEditableMsg(const Target: TControl): PtrInt;
function LCLSendMoveWordMsg(const Target: TControl): PtrInt;
function LCLSendMovePageMsg(const Target: TControl): PtrInt;
function LCLSendMoveToRowMsg(const Target: TControl): PtrInt;
function LCLSendMoveToColumnMsg(const Target: TControl): PtrInt;
function LCLSendKillCharMsg(const Target: TControl): PtrInt;
function LCLSendKillWordMsg(const Target: TControl): PtrInt;
function LCLSendKillLineMsg(const Target: TControl): PtrInt;
function LCLSendCutToClipboardMsg(const Target: TControl): PtrInt;
function LCLSendCopyToClipboardMsg(const Target: TControl): PtrInt;
function LCLSendPasteFromClipboardMsg(const Target: TControl): PtrInt;
function LCLSendExposeEventMsg(const Target: TControl): PtrInt;
function LCLSendConfigureEventMsg(const Target: TControl): PtrInt;
function LCLSendPaintMsg(const Target: TControl;const DC: HDC; const PaintStruct: PPaintStruct): PtrInt;
function LCLSendKeyDownEvent(const Target: TControl; var CharCode: Word; KeyData: PtrInt; BeforeEvent, IsSysKey: Boolean): PtrInt;
function LCLSendKeyUpEvent(const Target: TControl; var CharCode: Word; KeyData: PtrInt; BeforeEvent, IsSysKey: Boolean): PtrInt;
function LCLSendTimerMsg(const Target: TControl; TimerID: WParam; TimerProc: LParam): PtrInt;
function LCLSendExitMsg(const Target: TControl): PtrInt;
function LCLSendCloseQueryMsg(const Target: TControl): PtrInt;
function LCLSendDragStartMsg(const Target: TControl): PtrInt;
function LCLSendDeactivateStartMsg(const Target: TControl): PtrInt;
function LCLSendMonthChangedMsg(const Target: TControl): PtrInt;
function LCLSendYearChangedMsg(const Target: TControl): PtrInt;
function LCLSendDayChangedMsg(const Target: TControl): PtrInt;
function LCLSendMouseMultiClickMsg(const Target: TControl; XPos, YPos: SmallInt; Button: TMouseButton; ClickCount: Byte = 2; ShiftState: TShiftState = []): PtrInt;
function LCLSendDrawListItemMsg(const Target: TControl; const DrawListItemStruct: PDrawListItemStruct): PtrInt;
function LCLSendInternalPaintMsg(const Target: TControl; DC: HDC): PtrInt;

Beschreibung

Funktionen und Prozeduren

function DeliverMessage(const Target: TObject; var AMessage): PtrInt;
 
function LCLSendActivateMsg(const Target: TControl; Active: Boolean; Minimized: Boolean; ActiveWindow: HWND = 0): PtrInt;
 
function LCLSendSetFocusMsg(const Target: TControl): PtrInt;
 
function LCLSendKillFocusMsg(const Target: TControl): PtrInt;
 
function LCLSendShowWindowMsg(const Target: TControl; Show: Boolean; Status: LPARAM = 0): PtrInt;
 
function LCLSendSizeMsg(const Target: TControl; Width, Height: Word; SizeType: Longint; FromInterface: Boolean = True): PtrInt;
 
function LCLSendMoveMsg(const Target: TControl; XPos, YPos: SmallInt; MoveType: PtrInt = Move_Default; FromInterface: Boolean = True): PtrInt;
 
function LCLSendMouseMoveMsg(const Target: TControl; XPos, YPos: SmallInt; ShiftState: TShiftState = []): PtrInt;
 
function LCLSendMouseDownMsg(const Target: TControl; XPos, YPos: SmallInt; Button: TMouseButton; ShiftState: TShiftState = []): PtrInt;
 
function LCLSendMouseUpMsg(const Target: TControl; XPos, YPos: SmallInt; Button: TMouseButton; ShiftState: TShiftState = []): PtrInt;
 
function LCLSendCaptureChangedMsg(const Target: TControl): PtrInt;
 
function LCLSendSelectionChangedMsg(const Target: TControl): PtrInt;
 
function LCLSendDestroyMsg(const Target: TControl): PtrInt;
 
function LCLSendChangedMsg(const Target: TControl; ItemIndex: WPARAM = 0): PtrInt;
 
function LCLSendClickedMsg(const Target: TControl): PtrInt;
 
function LCLSendPressedMsg(const Target: TControl): PtrInt;
 
function LCLSendReleasedMsg(const Target: TControl): PtrInt;
 
function LCLSendMoveCursorMsg(const Target: TControl): PtrInt;
 
function LCLSendMouseEnterMsg(const Target: TControl): PtrInt;
 
function LCLSendMouseLeaveMsg(const Target: TControl): PtrInt;
 
function LCLSendInsertTextMsg(const Target: TControl): PtrInt;
 
function LCLSendDeleteTextMsg(const Target: TControl): PtrInt;
 
function LCLSendSetEditableMsg(const Target: TControl): PtrInt;
 
function LCLSendMoveWordMsg(const Target: TControl): PtrInt;
 
function LCLSendMovePageMsg(const Target: TControl): PtrInt;
 
function LCLSendMoveToRowMsg(const Target: TControl): PtrInt;
 
function LCLSendMoveToColumnMsg(const Target: TControl): PtrInt;
 
function LCLSendKillCharMsg(const Target: TControl): PtrInt;
 
function LCLSendKillWordMsg(const Target: TControl): PtrInt;
 
function LCLSendKillLineMsg(const Target: TControl): PtrInt;
 
function LCLSendCutToClipboardMsg(const Target: TControl): PtrInt;
 
function LCLSendCopyToClipboardMsg(const Target: TControl): PtrInt;
 
function LCLSendPasteFromClipboardMsg(const Target: TControl): PtrInt;
 
function LCLSendExposeEventMsg(const Target: TControl): PtrInt;
 
function LCLSendConfigureEventMsg(const Target: TControl): PtrInt;
 
function LCLSendPaintMsg(const Target: TControl;const DC: HDC; const PaintStruct: PPaintStruct): PtrInt;
 
function LCLSendKeyDownEvent(const Target: TControl; var CharCode: Word; KeyData: PtrInt; BeforeEvent, IsSysKey: Boolean): PtrInt;
 
function LCLSendKeyUpEvent(const Target: TControl; var CharCode: Word; KeyData: PtrInt; BeforeEvent, IsSysKey: Boolean): PtrInt;
 
function LCLSendTimerMsg(const Target: TControl; TimerID: WParam; TimerProc: LParam): PtrInt;
 
function LCLSendExitMsg(const Target: TControl): PtrInt;
 
function LCLSendCloseQueryMsg(const Target: TControl): PtrInt;
 
function LCLSendDragStartMsg(const Target: TControl): PtrInt;
 
function LCLSendDeactivateStartMsg(const Target: TControl): PtrInt;
 
function LCLSendMonthChangedMsg(const Target: TControl): PtrInt;
 
function LCLSendYearChangedMsg(const Target: TControl): PtrInt;
 
function LCLSendDayChangedMsg(const Target: TControl): PtrInt;
 
function LCLSendMouseMultiClickMsg(const Target: TControl; XPos, YPos: SmallInt; Button: TMouseButton; ClickCount: Byte = 2; ShiftState: TShiftState = []): PtrInt;
 
function LCLSendDrawListItemMsg(const Target: TControl; const DrawListItemStruct: PDrawListItemStruct): PtrInt;
 
function LCLSendInternalPaintMsg(const Target: TControl; DC: HDC): PtrInt;
 

Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:03:01