[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Convert string to DWord (cardinal), using default
Source position: sysstrh.inc line 123
function StrToDWordDef( |
const S: string; |
Default: DWord |
):DWord; |
StrToDWordDef will try to convert the string S to a DWord value. If the conversion was succesful, it returns the value.
If the conversion failed, the fallback value in Default is returned.
|
Try to convert a string to DWord (cardinal) |
|
|
Convert string to DWord (cardinal) |