IW 14.0.31; DCG 2.2.1.13
I want to display the text and not the icon for each DB Nav button.
How do I do this?
I have tried to clear the icon image but the icon reappears at run time
TIA
have tried to clear the icon image but the icon reappears at run time
1 2 3 4 | procedure TIWForm4 . IWAppFormCreate(Sender: TObject); begin IWCGJQNavigator1 . Buttons . Cancel . Icon:= '' ; end ; |
It's a known delphi's bug
When will this fix be released?