[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TPage: One of the pages in a tabbed Notebook
Source position: extctrls.pp line 241
type TPage = class(TCustomPage) |
||
published |
||
property Caption; |
|
Caption - the text-string appearing on the Control, usually used to identify its function |
property ChildSizing; |
|
Definitions how any child control is to be sized (read/write). |
property ClientWidth; |
|
ClientWidth - determines the width of the client within which the control exists |
property ClientHeight; |
|
ClientHeight - determines the height of the client within which the control exists |
property Font; |
|
The font to be used for text in this control (read/write). |
property ImageIndex; |
|
ImageIndex - integer index value for the image associated with this page |
property Left; [s] |
|
Left - the coordinate of the left edge of the control |
property Top; [s] |
||
property Width; [s] |
|
Width - the horizontal dimension of the control |
property Height; [s] |
|
Height - the vertical dimension of the control |
property OnContextPopup; |
|
Event handler to supply information when a context-sensitive pop-up menu is required |
property OnEnter; |
|
OnEnter - event handler for when the mouse enters the control, and the control receives focus |
property OnExit; |
|
OnExit - event handler for when the mouse leaves the control and it loses focus |
property OnMouseDown; |
|
Event handler for when a mouse button is pressed down |
property OnMouseEnter; |
||
property OnMouseLeave; |
||
property OnMouseMove; |
|
Event handler for mouse movement within the current control |
property OnMouseUp; |
|
Event handler for when the mouse button is released, ie "up" |
property OnResize; |
|
Event Handler for resize of control |
property PageIndex; [s] |
|
PageIndex - integer index value for this page in the notebook |
property ParentFont; |
|
ParentFont - should the control use the same font as the parent? Default is true |
property ParentShowHint; |
|
ParentShowHint - does the control adopt the same hinting behaviour as its parent? Default is true |
property PopupMenu; |
|
PopupMenu - a context-sensitive menu that pops up when the right mouse button is clicked over this control |
property TabOrder; [s] |
|
The place this control occupies in the list of tabs |
property Visible; [s] |
|
Visible - can the control be seen? |
end; |
|
TPage: One of the pages in a tabbed Notebook |
|
| | ||
|
TCustomPage: The base type for Page |
|
| | ||
| | ||
| | ||
|
TLCLComponent - base class for LCL components |
|
| | ||
| | ||
| | ||
TPage: One of the pages in a tabbed Notebook
Inherits most of its properties from TCustomPage
|
How to use StdCtrls, ComCtrls or ExtCtrls |
|
|
Multi-PageControls - controls that offer a selection of alternative pages for display |
lazarus-ccr.sourceforge.net |