Field Enumerations

  • Undocumented

    See more

    Declaration

    Objective-C

    enum PTFieldActionTriggerEvent {  e_ptaction_trigger_keystroke = 13,
    e_ptaction_trigger_format = 14,
    e_ptaction_trigger_validate = 15,
    e_ptaction_trigger_calculate = 16}

    Swift

    struct PTFieldActionTriggerEvent : Equatable, RawRepresentable
  • Undocumented

    See more

    Declaration

    Objective-C

    enum PTFieldFlag {  e_ptread_only,
    e_ptrequired,
    e_ptno_export,
    e_ptpushbutton_flag,
    e_ptradio_flag,
    e_pttoggle_to_off,
    e_ptradios_in_unison,
    e_ptmultiline,
    e_ptpassword,
    e_ptfile_select,
    e_ptno_spellcheck,
    e_ptno_scroll,
    e_ptcomb,
    e_ptrich_text,
    e_ptcombo,
    e_ptedit,
    e_ptsort,
    e_ptmultiselect,
    e_ptcommit_on_sel_change}

    Swift

    struct PTFieldFlag : Equatable, RawRepresentable
  • Undocumented

    See more

    Declaration

    Objective-C

    enum PTFieldType {  e_ptbutton,
    e_ptcheck,
    e_ptradio,
    e_pttext,
    e_ptchoice,
    e_ptsignature,
    e_ptf_null}

    Swift

    struct PTFieldType : Equatable, RawRepresentable