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