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

TfpgPromptUserDialog

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

Declaration

Source position: promptuserdialog.inc line 6

type TfpgPromptUserDialog = class(TfpgBaseDialog)

protected

  edUserID: TfpgEdit;

  edPassword: TfpgEdit;

  procedure btnOKClick(); override;

public

  constructor Create(); override;

  function Authenticate; virtual;

  procedure Wiggle();

  property UserID: TfpgString; [rw]

  property Password: TfpgString; [r]

end;

Inheritance

TfpgPromptUserDialog

|

TfpgBaseDialog

  

An abstract dialog which forms the basis of other dialogs.

|

TfpgForm

?

TObject


Documentation generated on: 2012-01-26