[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TArrow - an arrow symbol widely used in forms
Source position: arrow.pp line 33
type TArrow = class(TIndustrialBase) |
||
protected |
||
class function GetControlClassDefaultSize; override; |
|
Returns the default size for this class of controls (when added to a form). |
procedure Paint; override; |
|
Override this method in your derived class with your own paint handler. |
public |
||
constructor Create(); override; |
|
|
published |
||
property Align; |
|
Specifies the placement of the control inside its Parent. |
property Anchors; |
|
The set of anchor definitions for this control. |
property ArrowColor: TColor; [rw] |
||
property ArrowType: TArrowType; [rw] |
|
ArrowType - pointing up, down, left or right |
property BorderSpacing; |
|
Determines the inner and outer border spacing for this control. |
property Color; |
||
property Constraints; |
||
property Hint; |
||
property OnChangeBounds; |
|
Event handler for a change of the Bounds of the control. |
property OnClick; |
|
Notification handler for mouse clicks. |
property OnContextPopup; |
|
Invoked when a context-sensitive pop-up menu is requested. |
property OnDblClick; |
|
Event Handler for double mouse clicks. |
property OnMouseDown; |
|
Event handler for mouse button going down. |
property OnMouseMove; |
|
Event handler for mouse movement within the control. |
property OnMouseUp; |
|
Event handler for mouse button going up. |
property OnPaint; |
||
property OnResize; |
|
Notification handler for a resize of the control. |
property ParentColor; |
||
property ParentShowHint; |
||
property PopupMenu; |
|
A context-sensitive menu that pops up when the right mouse button is clicked over this control |
property ShadowType: TShadowType; [rw] |
|
ShadowType - the type of shadowing: None, In, Out, EtchedIn, EtchedOut |
property ShowHint; |
||
property Visible; |
|
Allows to show or hide the control, and all of its children. |
end; |
|
TArrow - an arrow symbol widely used in forms |
|
| | ||
|
||
| | ||
|
TGraphicControl is the base class for all lightweight controls. |
|
| | ||
|
The base class for visible controls. |
|
| | ||
|
The base class for LCL components associated with widgets. |
|
| | ||
TComponent |
||
? | ||
TObject |