[Overview][Constants][Types][Classes][Variables][Index] Reference for unit 'InterfaceBase' (#lcl)

TDialogButton

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

Declaration

Source position: interfacebase.pp line 88

type TDialogButton = class(TCollectionItem)

protected

  function GetDisplayName; override;

  procedure SetCaption(); virtual;

public

  constructor Create(); override;

  property Caption: String; [rw]

  property Cancel: Boolean; [rw]

  property Default: Boolean; [rw]

  property ModalResult: LongInt; [rw]

end;

Inheritance

TDialogButton

|

TCollectionItem

|

TPersistent

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.