Vcl.StdActns.TBrowseForFolder Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
BeforeExecutepublishedOccurs immediately before the dialog appears.
OnAcceptpublishedOccurs after the user exits a modal dialog by selecting “OK” or when a modeless dialog is successfully displayed.
OnCallbackpublishedOccurs when the text in the dialog's edit box is not a valid directory name.
OnCancelpublishedOccurs after the user exits a modal dialog by selecting “Cancel” or when a modeless dialog fails to come up.
OnChangeprotectedOccurs when one of the action's properties changes.
OnExecutepublicOccurs when the execute event, of a client linked to the action, fires.
OnGetDeltaStreamsprotected
OnHintpublishedOccurs when the mouse pauses over a client control or menu item.
OnUpdatepublicOccurs when the application is idle or when the action list updates.
OnValidatepublishedOccurs when the text in the dialog's edit box is a valid directory name.