Skip to content

Filter_String - AbstractFileDialog

Holds the descriptions and filters that will be available to users

Type: Property
Access: Read/Write
Data Type: String
Parameters: None

Syntax

Property String Filter_String
Access Type Syntax
Read Access: Get Filter_String to StringVariable
Write Access: Set Filter_String to StringVariable/Value

Description

The Filter_String property holds the descriptions and filters that will be available to users. The property is constructed in ordered pairs that contain the user description and the file filter to use. The property expects a "|" delimiter between each description/filter. A semi-colon delimiter can be used to provide multiple filters for one description.

Set Filter_String To "Source|*.src|Notes|*.txt|All|*.src;*.txt"