[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] Reference for unit 'fpGUI' (#fpgui)

TCustomStandardDialog

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

Declaration

Source position: dialogs.inc line 22

type TCustomStandardDialog = class(TCustomForm)

protected

  FButtons: TMsgDlgButtons;

  

  MainLayout: TBoxLayout;

  

  BtnLayout: TBoxLayout;

  

  Separator: TSeparator;

  

  function ProcessEvent(); override;

  

  function DistributeEvent(); override;

  

  procedure CalcSizes; override;

  

  procedure Resized; override;

  

  procedure SetButtons();

  

  property Buttons: TMsgDlgButtons; [rw]

  

public

  constructor Create(); override;

  

end;

Inheritance

TCustomStandardDialog

  

|

TCustomForm

  

TCustomForm is a base class from which to derive a window such as a form or dialog.

|

TBinWidget

  

This is a concrete class that implements all the TContainerWidget's abstract methods

|

TContainerWidget

  

TContainerWidget is an abstract class that defines the interface for containing other widgets

|

TWidget

  

The TWidget class is the base class of all user interface objects.

|

TComponent

?

TObject