Description | Hierarchy | Fields | Methods | Properties |
type TfrmCustomGoPhast = class(TForm)
TfrmCustomGoPhast
is the ancestor of all TForms in GoPhast.
TfrmCustomGoPhast
handles setting the color and font. TfrmCustomGoPhast
also tries to keep from appearing at a location where it can't be seen. It also provides the ShowAForm method. )
![]() |
procedure FormCreate(Sender: TObject); virtual; |
![]() |
procedure FormShow(Sender: TObject); |
![]() |
procedure AdjustFormPosition(DesiredPosition: TDesiredPosition); |
![]() |
procedure EmphasizeCheckBoxes(const CheckBoxArray: array of TCheckBox); |
![]() |
procedure SetInitialBounds; override; |
![]() |
procedure CustomizeControls; |
![]() |
procedure ShowAForm(const FormClass: TFormClass); |
![]() |
procedure FormCreate(Sender: TObject); virtual; |
|
![]() |
procedure FormShow(Sender: TObject); |
|
![]() |
procedure AdjustFormPosition(DesiredPosition: TDesiredPosition); |
|
![]() |
procedure SetInitialBounds; override; |
|
![]() |
procedure CustomizeControls; |
|
![]() |
procedure ShowAForm(const FormClass: TFormClass); |
|