BTVisualFTP 3.0
|
Provides properties which control the component behaviour. More...
Public Member Functions | |
TOptionsBehaviour (TComponent AOwner) | |
Constructor. | |
Boolean | Confirm (const string MessageText) |
Get a confirmation. | |
ShowError (const string MessageText) | |
Display an error message. | |
Public Attributes | |
Boolean | AutoVerifyFile |
True: verify file transfer if the FTP server supports it. | |
TGetConfirmationEvent | OnGetConfirmation |
Event which will be called to get a confirmation. | |
Boolean | ShowErrorDialog |
True: display error message in a dialog window. | |
Boolean | ShowPasswordDialog |
True: display password input dialog if password is empty. |
Provides properties which control the component behaviour.
Boolean TOptionsBehaviour::Confirm | ( | const string | MessageText | ) |
Get a confirmation.
param MessageText The question.
References OnGetConfirmation.
True: verify file transfer if the FTP server supports it.
Event which will be called to get a confirmation.
Referenced by Confirm().
True: display error message in a dialog window.
Referenced by ShowError().
True: display password input dialog if password is empty.