Quote:
Originally Posted by audiofeel
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);