Try the aptly named IntToHex function - returns a string and takes 2 params :
the int value, min. chars to return.

e.g. IntToHex(10,3) will return 00A

> at this junction, struggling with showing an integer value in Hex to be
> displayed in a label caption.
> 
> for example if the value of an integer variable has 10 in decimal, would
need
> to show it as 0A in the label.
> 
> how ? what's your advise.
> 
> ciao
> 
> _______________________________________________
> Delphi mailing list -> [email protected]
> http://www.elists.org/mailman/listinfo/delphi
> 




_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to