| IDAPython 9.0
    | 
 
  
| Public Member Functions | |
| __init__ (self, tp, value, i64=None) | |
| Public Attributes | |
| arg = ctypes.pointer(cls(value)) | |
| Static Public Attributes | |
| bool | DefI64 = False | 
| Properties | |
| value = property(lambda self: self.arg.contents.value, __set_value) | |
Argument representing various integer arguments (ushort, uint32, uint64, etc...) @param tp: One of Form.FT_XXX
| __init__ | ( | self, | |
| tp, | |||
| value, | |||
| i64 = None ) | 
Reimplemented in Form.ChkGroupControl, Form.ColorInput, Form.GroupControl, Form.NumericInput, Form.NumericLabel, and Form.RadGroupControl.
| arg = ctypes.pointer(cls(value)) | 
| 
 | static | 
| 
 | static |