IDAPython 8.4
|
Public Member Functions | |
__init__ (self, tp=None, width=ida_pro.MAXSTR, swidth=40, hlp=None, value=None, size=None) | |
![]() | |
get_tag (self) | |
is_input_field (self) | |
![]() | |
get_arg (self) | |
free (self) | |
![]() |
Additional Inherited Members | |
![]() | |
tp = tp | |
width = width | |
swidth = swidth | |
hlp = hlp | |
is_relative_offset = is_relative_offset | |
id | |
![]() | |
int | id = 0 |
input_field_index = None | |
arg = None | |
form = None | |
bool | form_hasattr = False |
![]() | |
size = size | |
arg = Form.create_string_buffer(value, size) | |
![]() | |
value = property(__get_value, __set_value) | |
Base string input control class. This class also constructs a StringArgument
__init__ | ( | self, | |
tp = None, | |||
width = ida_pro.MAXSTR, | |||
swidth = 40, | |||
hlp = None, | |||
value = None, | |||
size = None ) |
@param width: String size. But in some cases it has special meaning. For example in FileInput control. If you want to define the string buffer size then pass the 'size' argument @param swidth: Control width @param value: Initial value @param size: String size
Reimplemented from Form.InputControl.
Reimplemented in Form.DirInput, and Form.FileInput.