Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>

TAdvDirectoryEdit
Disable edit control but allow to change text via button

If AdvEditBtn.ReadOnly is set to true, the full control becomes readonly, meaning the edit control text can't be changed and the inplace button control is disabled. If it is desired that the editor control is readonly but the button is still active, set AdvEditBtn.EditorEnabled = false.