[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
A descendant of TCustomForm with published properties
Source position: form.inc line 93
type TForm = class(TCustomForm) |
||
published |
||
property BorderWidth; |
|
|
property Color; |
||
property Enabled; |
|
|
property Text; |
|
|
property WindowOptions; |
||
property OnCreate; |
|
|
property OnDestroy; |
|
|
property OnActivate; |
|
|
property OnDeactivate; |
|
|
end; |
|
A descendant of TCustomForm with published properties |
|
| | ||
|
TCustomForm is a base class from which to derive a window such as a form or dialog. |
|
| | ||
|
This is a concrete class that implements all the TContainerWidget's abstract methods |
|
| | ||
|
TContainerWidget is an abstract class that defines the interface for containing other widgets |
|
| | ||
|
The TWidget class is the base class of all user interface objects. |
|
| | ||
TComponent |
||
? | ||
TObject |
A descendant of TCustomForm with published properties.
|
TCustomForm is a base class from which to derive a window such as a form or dialog. |