我想找...

搜尋

分享

目錄

86HMI::NAME_TO_ID()

[Search Functions]

描述

Use Name to query the first ID found.

語法

lv_obj_t* NAME_TO_ID(char* name);

參數

  • [in] name
    Object name.

Return

Corresponding ID, return NULL if not found.


Please see the 86HMI 編輯器使用手冊 for more instructions on 86HMI widgets and API usage.

返回頂端