-
Notifications
You must be signed in to change notification settings - Fork 3
2017 API dlibrary.document.RecordField
Dieter Geerts edited this page Sep 24, 2016
·
1 revision
Class to handle record instance fields.
- object The most base type
__init__(self, record_handle: vs.Handle, index: int, record_name: str, object_handle: vs.Handle, parametric: bool)
-
(get) name
->
str -
(get) type
->
'DataFieldTypeEnum | PioFieldTypeEnum' -
(get/set) value
->
'str | int | bool | float'