From: <al...@be...> - 2018-03-19 07:55:35
|
<div> </div><div>Use the STYLE instead:</div><div> </div><div>@ 205,03 OWNERBUTTON oBtn ... STYLE aStyle ...</div><div>or</div><div>@ 205,03 OWNERBUTTON oBtn ...</div><div>oBtn:aStyle := { oStyleNormal, oStylePressed, oStyleOver }</div><div> </div><div>where oBtn:aStyle is an array of style objects (HStyle class) for a notmal, pressed and over states - there may be only one or two of them, if you don't need to display specially pressed or over states.</div><div><div>Look for the samples of using HStyle in the Tutorial, chapter "Advanced using of controls". There is some info about HStyle in the documentation, too.</div><div> </div><div>Regards, Alexander.</div></div><div> </div> |