[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TImage - a graphic image placed on the form; usually loaded from a picture file.
Source position: extctrls.pp line 559
type TImage = class(TCustomImage) end; |
||
published |
||
property AntialiasingMode: TAntialiasingMode; |
||
|
Specifies the placement of the control inside its Parent. |
|
|
The set of anchor definitions for this control. |
|
property AutoSize: Boolean; |
|
Allows to automatically adjust the size of the control, according to its content. |
property BorderSpacing: TControlBorderSpacing; |
|
Determines the inner and outer border spacing for this control. |
property Center: Boolean; |
|
Should image be centered? |
property KeepOriginXWhenClipped: Boolean; |
||
property KeepOriginYWhenClipped: Boolean; |
||
property Constraints: TSizeConstraints; |
|
The minimal and maximal Width and Height of this control. |
property DragCursor: TCursor; |
|
The cursor shape shown while the control is dragged. |
|
Allows the user to drag the control. |
|
property Enabled: Boolean; |
|
Determines whether the control reacts on mouse or keyboard input. |
property OnChangeBounds: TNotifyEvent; |
|
Event handler for a change of the Bounds of the control. |
property OnClick: TNotifyEvent; |
|
Notification handler for mouse clicks. |
property OnDblClick: TNotifyEvent; |
|
Event Handler for double mouse clicks. |
property OnDragDrop: TDragDropEvent; |
|
This handler determines the action on an drop onto this control, in a drag-drop operation. |
property OnDragOver: TDragOverEvent; |
|
Event handler for a control being dragged over this control. |
property OnEndDrag: TEndDragEvent; |
|
Notification handler for the end of a dragging operation. |
property OnMouseDown: TMouseEvent; |
|
Event handler for mouse button going down. |
property OnMouseEnter: TNotifyEvent; |
|
Event handler for mouse entering the area of the control. |
property OnMouseLeave: TNotifyEvent; |
|
Event handler for mouse leaving the area of the control. |
property OnMouseMove: TMouseMoveEvent; |
|
Event handler for mouse movement within the control. |
property OnMouseUp: TMouseEvent; |
|
Event handler for mouse button going up. |
property OnMouseWheel: TMouseWheelEvent; |
|
Event handler for mouse wheel turned. |
property OnMouseWheelDown: TMouseWheelUpDownEvent; |
|
Notification handler for downward movement of mouse wheel. |
property OnMouseWheelUp: TMouseWheelUpDownEvent; |
|
Notification handler for upward movement of mouse wheel. |
property OnPaint: TNotifyEvent; |
|
Supply your own OnPaint handler for painting the control. |
property OnPictureChanged: TNotifyEvent; |
|
OnPictureChanged - event handler for a change in the picture |
property OnPaintBackground: TImagePaintBackgroundEvent; |
||
property OnResize: TNotifyEvent; |
|
Notification handler for a resize of the control. |
property OnStartDrag: TStartDragEvent; |
|
Event handler for the start of a dragging operation. |
property ParentShowHint: Boolean; |
|
If true, the value of ShowHint for the control will be the same as the one from the Parent. Default is true. |
|
Picture - the actual image for display |
|
property PopupMenu: TPopupMenu; |
|
A context-sensitive menu that pops up when the right mouse button is clicked over this control |
property Proportional: Boolean; |
|
True if image is proportional |
property ShowHint: Boolean; |
|
Enables the Hint display. |
property Stretch: Boolean; |
|
True if picture is to be stretched |
property StretchOutEnabled: Boolean; |
||
property StretchInEnabled: Boolean; |
||
property Transparent: Boolean; |
|
True if you can see through the image |
property Visible: Boolean; |
|
Allows to show or hide the control, and all of its children. |
|
TImage - a graphic image placed on the form; usually loaded from a picture file. |
|
| | ||
|
TCustomImage - the base type for TImage |
|
| | ||
|
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 |
TImage : a graphic image placed on the form; usually loaded from a picture file.
The actual image is found in Picture or Canvas
Inherits most of its properties from its ancestors, TCustomImage, TGraphicControl and TControl
|
How to use StdCtrls, ComCtrls or ExtCtrls |
lazarus-ccr.sourceforge.net |