[Overview][Classes][Variables] Reference for unit 'TextFileImportDialog' (#gui)

TTextFileImportDlg

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

Declaration

Source position: textfileimportdialog.pas line 44

type TTextFileImportDlg = class(TForm)

  btnCancel: TButton;

  

  btnOK: TButton;

  

  edtOther: TEdit;

  

  memTextPreview: TMemo;

  

  Panel1: TPanel;

  

  rgListSeparator: TRadioGroup;

  

  procedure TextFileImportDlgShow();

  

  procedure edtOtherChange();

  

  procedure rgListSeparatorClick();

  

  procedure btnOKClick();

  

public

  property Filer: TCustomFiler; [rw]

  

  property Filename: String; [rw]

  

end;

Inheritance

TTextFileImportDlg

  

|

TForm

?

TObject