TPanel |
Field | Param(s) | Type |
BevelIn | - | TBevel |
BevelOut | - | TBevel |
BevelWidth | - | Integer |
BottomColor | - | Integer |
BorderWidth | - | Integer |
Caption | - | String |
Canvas | - | TCanvas |
ClientRect | - | RECT |
Color | - | Integer |
Cursor | - | HCURSOR |
Enabled | - | Boolean |
Font | - | TFont |
Handle | - | HWND |
Height | - | Integer |
Left | - | Integer |
Params | - | TParams |
Parent | - | HWND |
PopupMenu | - | TPopupMenu |
Top | - | Integer |
TopColor | - | Integer |
Visible | - | Boolean |
Width | - | Integer |
| - | |
BringToFront | Self As TPanel | SUB |
Create | Self As TPanel | FUNCTION |
Free | Self As TPanel | SUB |
SetFocus | Self As TPanel | SUB |
| - | |
SetCaption | Self As TPanel , byval fCaption As String | SUB |
SetColor | Self As TPanel , byval fColor As Integer | SUB |
SetCursor | Self As TPanel , byval fCursor As HCURSOR | SUB |
SetBevelIn | Self As TPanel , byval fBevel As TBevel | SUB |
SetBevelOut | Self As TPanel , byval fBevel As TBevel | SUB |
SetLeft | Self As TPanel , byval fLeft As Integer | SUB |
SetTop | Self As TPanel , byval fTop As Integer | SUB |
SetWidth | Self As TPanel , byval fWidth As Integer | SUB |
SetHeight | Self As TPanel , byval fHeight As Integer | SUB |
SetParent | Self As TPanel , byval fParent As HWND | SUB |
SetEnabled | Self As TPanel , byval fEnabled As Boolean | SUB |
SetVisible | Self As TPanel , byval fVisible As Boolean | SUB |
SetFont | Self As TPanel , Font As TFont | SUB |
SetPopupMenu | Self As TPanel , PopupMenu As TPopupMenu | SUB |
| - | |
OnClick | Self As TPanel | SUB |
| |