IDAPython 8.4
|
Public Member Functions | |
__init__ (self, value, tp=None, size=ida_pro.MAXSTR) | |
![]() | |
get_tag (self) | |
![]() | |
get_arg (self) | |
free (self) | |
is_input_field (self) | |
Public Attributes | |
size = size | |
arg = Form.create_string_buffer(value, size) | |
![]() | |
tp = tp | |
id | |
![]() | |
int | id = 0 |
input_field_index = None | |
arg = None | |
form = None | |
bool | form_hasattr = False |
String label control
__init__ | ( | self, | |
value, | |||
tp = None, | |||
size = ida_pro.MAXSTR ) |
Type field can be one of: A - ascii string T - type declaration I - ident F - folder f - file X - command
Reimplemented from Form.LabelControl.
arg = Form.create_string_buffer(value, size) |
size = size |