Syntax
Public Function AccountInfoDouble(ByVal property_id As ENUM_ACCOUNT_INFO_DOUBLE) As Double
Discreption
This function used to return the value of type double thatcorresponding at account property for
Parameters
Parameter | Description |
property_id | The account property that |
Return value
Returns a double value based on ENUM_ACCOUNT_INFO_DOUBLE.
Sample
Public Sub main () dim property_id As Integer property_id = VTLGeneral.ENUM_ACCOUNT_INFO_DOUBLE.ACCOUNT_BALANCE GUI.MsgDialog(ClientCode.AccountInfoDouble(property_id)) End sub
See Also