MpFileManagerUIItemType

<< 点击显示目录 >>

主页  mappServices帮助手册 > mapp File: 文件管理系统 > > 数据类型和枚举 > 数据类型 >

MpFileManagerUIItemType

mapp Services V5.16

提供对一个文件或文件夹更准确的描述。

参数

数据类型

说明

Name

STRING[255]

Filename / Folder name

VC4 connection: TextIndexOffset from Button (text group for file manager), see information

Size

UDINT

文件大小[字节]

VC4 connection: Datapoint from Numeric

LastModified

DATE_AND_TIME

该文件/文件夹最后一次被修改的日期

VC4 connection: Datapoint from DateTime

ItemType

MpFileManagerUIItemTypeEnum

文件类型(.csv、.jpg等)。

VC4 connection: BitmapIndexDatapoint from Button (bitmap group for file formats), see "Displaying the file format"

IsSelected

BOOL

表示一个文件/文件夹被选中

VC4 connection: Datapoint from Button / Type: ToggleDatapoint / SetValue: 1 / ResetValue: 0

IsFolder

BOOL

表示该元素是一个文件夹

信息:

带有ToggleDatapoint动作的按钮用于文件选择。一个文件的名称由文本组中的文本片段定义。文本组的大小是由应该一次显示的文件数量决定的。一个文本片段被分配给文本组中的每个元素,并有不同的索引。(TextSnippet[0]FileManUIConnect.File.List.Items[0].Name 相连 )

ui_name_textsnippet

Fig.: Text snippet

 

 

ui_name_textgroup

Fig.: Text group file manager

 

 

显示文件格式:

Type 参数用于确定一个文件是一个文件夹还是一个实际的文件。这个枚举器也可以用来确定正在使用的文件格式(.csv, .xml, .jpg, 等等)。

一个位图组为此被创建,其中包含每个文件格式的图像。这个图像在位图地的索引由 MpFileManagerUIItemTypeEnum枚举决定  。

最后,这个位图组被指定为按钮的一个属性(BitmapSource),并作为位图索引偏移连接到 Type 参数。

ui_bitmapgroup_fileformat

Fig.: BitmapGroup文件格式

 

 

 

ui_filemanageruiitemtype