[Overview][Types][Classes][Procedures and functions][Index] |
Event handler for changes to the value in the SaveEdit control.
Source position: lazdialogs.pas line 42
public procedure TLazarusFileDialogForm.HandleEditChange( |
ASender: TObject |
); |
ASender |
|
Component generating the event notification. |
HandleEditChange is a procedure used as the event handler for changes to the value in the SaveEdit control. It is assigned to the control in the Initialize method.
HandleEditChange ensures that the OK button in ButtonPanel is enabled or disabled based on the value in SaveEdit; it is enabled when the value for SaveEdit is not an empty string ('').
|
Edit control used for a FileName on the dialog form. |
|
|
Button panel for the Lazarus dialog form. |
Version 4.0 | Generated 2025-05-03 | Home |