[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: mseformatstr.pas line 310
function trystrtohex( |
const inp: pchar; |
const len: int32; |
out value: LongWord |
):Boolean; |
const inp: lstringty; |
out value: LongWord |
):Boolean; |
const inp: string; |
out value: LongWord |
):Boolean; |
const inp: msestring; |
out value: LongWord |
):Boolean; |