View Single Post
  #1  
Old 16-01-2023, 10:03
hitman797's Avatar
hitman797 hitman797 is offline
Registered User
 
Join Date: Feb 2013
Location: Algeria
Posts: 168
Thanks: 486
Thanked 202 Times in 122 Posts
hitman797 is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
Sorry... found a typo
Code:
  // Exit Message
type
  FExitMsg = Interface(IUnknown)
    '{DA1F9482-7A11-4AFC-9471-E20FD9DB7F6E}'
........
 procedure SetMsg1(const Msg1: WideString);
 procedure SetMsg2(const Msg1: WideString);
-------
And one more thing. Could someone check for operability FPictureButton
doesn't quite work in it -
Code:
procedure Enabled(Enable: Boolean);
...
and
...
SetText(const FText: WideString);
If you want to hide the button, it doesn't work
That is, if you want to change the text on any page, then it does not change (if everything is fine with you, then I am crooked )
If you want to hide the button, use Visible instead of Enabled.
Code:
procedure Visible(FVisible: Boolean);
Attached Images
File Type: png FMX.png (829.9 KB, 233 views)
Attached Files
File Type: 7z FMXInno 14-01-2023.7z (3.37 MB, 11 views)
Reply With Quote
The Following User Says Thank You to hitman797 For This Useful Post:
audiofeel (16-01-2023)
Sponsored Links