Base designer component.
TBaseDesigner = class(TComponent);
ed_DsnBase
TBaseDesigner dispatches messages and controls designer hints.
|
Topic |
Description |
|
The methods of the TBaseDesigner class are listed here. | |
|
The properties of the TBaseDesigner class are listed here. | |
|
The events of the TBaseDesigner class are listed here. |
|
Method |
|
protected |
|
virtual |
|
Property |
|
Event |
|
TBaseDesigner Events |
Description |
|
Occurs when the Active property of the TzCustomFormDesigner changes | |
|
Occurs when the user drops an object being dragged. | |
|
Occurs when the user drags an object over a control. | |
|
Occurs on any message sent to managed controls. | |
|
Occurs only at design mode when user presses down any key. | |
|
Occurs only at design mode when key pressed. | |
|
Occurs only at design mode when user releases key that has been pressed. | |
|
Occurs only at design mode when user presses mouse button. | |
|
Occurs only at design mode when user moves mouse. | |
|
Occurs only at design mode when user releases mouse button. |
|
TBaseDesigner Methods |
Description |
|
Called to check processing of non client mouse messages. | |
|
Corrected version of ClientToScreen function to support RTL. | |
|
Corrected version of ClientOrigin function to support RTL. | |
|
Creates and initializes a TBaseDesigner instance. | |
|
Indicates whether component in design or loading state. At design time (in Delphi IDE) and during loading no activation occurs. | |
|
Destroys an instance of TBaseDesigner. | |
|
Called to show hint for current design state. | |
|
OnDragDrop event dispatcher. | |
|
OnDragOver event dispatcher. | |
|
Returns true when control is right-to-left. | |
|
Respond to key press events. | |
|
Respond to keyboard input. | |
|
Respond to released key. | |
|
Initializes the component after the form file has been read into memory. | |
|
OnMouseDown event dispatcher. | |
|
OnMouseMove event dispatcher. | |
|
OnMouseUp event dispatcher. | |
|
Translates messages of all managed by designer controls. | |
|
Resets hint for another component | |
|
Corrected version of ScreenToClient function to support RTL. | |
|
Set method for Active property. | |
|
Indicates whether hints should be shown for controls in the Designer. |
|
TBaseDesigner Properties |
Description |
|
Switches target component between design and run-time modes | |
|
Specifies object for which hint was activated. | |
|
Specifies showing of design hints. |
|
Copyright (c) 2004 - 2011 EControl Ltd.. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|