Vcl.StdActns.TBrowseForFolder.OnValidate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnValidate: TBrowseForFolderCallbackEvent read FOnValidate write FOnValidate;

C++

__property TBrowseForFolderCallbackEvent OnValidate = {read=FOnValidate, write=FOnValidate};

Properties

Type Visibility Source Unit Parent
event published
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns TBrowseForFolder

Description

Occurs when the text in the dialog's edit box is a valid directory name.

Write an OnValidate event handler to specify actions that occur when the text typed in the dialog's edit box is a valid directory name. The options bifValidate and bifEditBox should be set to True or included in the BrowseOptions property.

See Also