TTMSFNCEditButton hint edit and hint button

OS: Debian 10 LXDE 64bit
Lazarus 2.0.12
FPC 3.2.2

component: TTMSFNCEditButton

Is it possible to have a hint for the edit and a hint for the button

editbutton : TTMSFNCEditButton;

editbutton.Edit.Hint := 'Edit hint';
editbutton.Button.Hint := 'Button hint';

work!

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.