[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'fpg_dialogs' (#fpgui)

TfpgBaseDialog

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

An abstract dialog which forms the basis of other dialogs.

Declaration

Source position: fpg_dialogs.pas line 109

type TfpgBaseDialog = class(TfpgForm)

protected

  FSpacing: Integer;

  FDefaultButtonWidth: Integer;

  btnOK: TfpgButton;

  btnCancel: TfpgButton;

  procedure btnOKClick(); virtual;

  procedure btnCancelClick(); virtual;

  procedure HandleKeyPress(); override;

  procedure SetupCaptions; virtual;

public

  constructor Create(); override;

end;

Inheritance

TfpgBaseDialog

  

An abstract dialog which forms the basis of other dialogs.

|

TfpgForm

?

TObject

Description

This dialog implements the two basic buttons (OK, Cancel) and also some keyboard support like Escape to close the dialog.


Documentation generated on: 2012-01-26