| TAdvEditBtn - change cursor to handpointer when accessing the label |
|
Do this with AdvEdit.EditLabel.Cursor
and handle the onclick by attaching an event to AdvEdit.EditLabel.OnClick
Make sure to set the cursor & attach the event AFTER have set AdvEdit.LabelCaption.
| TAdvFilenameEdit - change labelfont |
|
Do Set ParentFont = false
| TAdvFileNameEdit Change Label Font |
|
It is required to set ParentFont = False;
|