Vcl.FileCtrl.TFileListBox.OnChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChange: TNotifyEvent read FOnChange write FOnChange;

C++

__property System::Classes::TNotifyEvent OnChange = {read=FOnChange, write=FOnChange};

Properties

Type Visibility Source Unit Parent
event published
Vcl.FileCtrl.pas
Vcl.FileCtrl.hpp
Vcl.FileCtrl TFileListBox

Description

Occurs immediately after the user changes the selected file in the list.

Write an OnChange event handler to take specific action when the FileName property changes. If the FileEdit property has been set, the edit control is updated before the OnChange event.

See Also