[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'lazdialogs' (#lcl)

TLazOpenDialog

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

Declaration

Source position: lazdialogs.pas line 50

type TLazOpenDialog = class(TOpenDialog)

protected

  FForm: TLazarusFileDialogForm;

  

  class procedure WSRegisterClass; override;

  

  function DoExecute; override;

  

  procedure DoInitialize; virtual;

  

public

  constructor Create(); override;

  

end;

Inheritance

TLazOpenDialog

  

|

TOpenDialog

?

TObject