TdxFlowChartCustomCustomizeForm.IntegerToStr(string) Method
Converts string to integer data type.
Declaration
function IntegerToStr(S: string): Integer;
Parameters
Name | Type |
---|---|
S | string |
Returns
Type |
---|
Integer |
Remarks
This function is called internally to convert text strings to integer for assigning them to the corresponding control’s properties.
See Also