Create(Char,Char) Constructor
Instantiates a TcxTreeListLikeParams object with the specified wildcards.
Declaration
constructor Create(APercent: Char = '%'; AUnderline: Char = '_');
Parameters
Name | Type |
---|---|
APercent | Char |
AUnderline | Char |
Remarks
This constructor sets the TcxTreeListLikeParams object’s properties to the default values (the Percent property to the ‘%’, and the Underline property to the ‘_’).
See Also