awtk/docs/manual/prop_desc_string_t.md
2019-08-23 19:35:53 -07:00

53 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## prop\_desc\_string\_t
### 概述
![image](images/prop_desc_string_t_0.png)
字符串类型属性描述。
----------------------------------
### 属性
<p id="prop_desc_string_t_properties">
| 属性名称 | 类型 | 说明 |
| -------- | ----- | ------------ |
| <a href="#prop_desc_string_t_defvalue">defvalue</a> | const char* | 缺省值。 |
| <a href="#prop_desc_string_t_max">max</a> | uint32\_t | 最大长度。 |
| <a href="#prop_desc_string_t_min">min</a> | uint32\_t | 最小长度。 |
#### defvalue 属性
-----------------------
> <p id="prop_desc_string_t_defvalue"> 缺省值。
* 类型const char*
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |
#### max 属性
-----------------------
> <p id="prop_desc_string_t_max"> 最大长度。
* 类型uint32\_t
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |
#### min 属性
-----------------------
> <p id="prop_desc_string_t_min"> 最小长度。
* 类型uint32\_t
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |