BTVisualFTP 3.0

TOptionsBehaviour Class Reference

Provides properties which control the component behaviour. More...

List of all members.

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.

Detailed Description

Provides properties which control the component behaviour.


Member Function Documentation

Boolean TOptionsBehaviour::Confirm ( const string  MessageText)

Get a confirmation.

param MessageText The question.

See also:
OnGetConfirmation

References OnGetConfirmation.


Member Data Documentation

True: verify file transfer if the FTP server supports it.

See also:
FAutoVerifyFile For reading
FAutoVerifyFile For writing

Event which will be called to get a confirmation.

See also:
FOnGetConfirmation For reading
FOnGetConfirmation For writing

Referenced by Confirm().

True: display error message in a dialog window.

See also:
FShowErrorDialog For reading
FShowErrorDialog For writing

Referenced by ShowError().

True: display password input dialog if password is empty.

See also:
FShowPasswordDialog For reading
FShowPasswordDialog For writing
 All Classes Files Functions Variables Typedefs Enumerations