You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear programmers,
Please could someone of us send Me a code example how to add text hint on to jedit field?
Procedure SetHint (Value : String );
Do not work.
Because when I type from The body of The procedure
procedure TAndroidModule1.AndroidModule1JNIPrompt(Sender: TObject);
begin
EditText1.Hint:= 'experimental data';
EditText1.UpdateLayout();
end;
No hint text have been created.
Any tips are very welcomed.
The text was updated successfully, but these errors were encountered:
Dear programmers,
Please could someone of us send Me a code example how to add text hint on to jedit field?
Procedure SetHint (Value : String );
Do not work.
Because when I type from The body of The procedure
procedure TAndroidModule1.AndroidModule1JNIPrompt(Sender: TObject);
begin
EditText1.Hint:= 'experimental data';
EditText1.UpdateLayout();
end;
No hint text have been created.
Any tips are very welcomed.
The text was updated successfully, but these errors were encountered: