Set type used to store find options enabled in the class.
Source position: comctrls.pp line 3551
protected type TCustomTreeView.TFindOptions = set of TFindOption; |
Values in the set are determined by the CaseInsensitiveFilenames compiler define. When defined, the set contains: [foFindExpands, foFindIgnoresCase]. Otherwise, it contains [foFindExpands].
|
Identifies find options that can be enabled in TCustomTreeView. |
|
|
Gets the child tree node in Items with the specified text. |
|
|
Gets a top-level node containing the specified text. |
|
|
Finds a tree node containing the specified text. |
|
|
Finds a node with the hierarchical path specified in TextPath. |
| Version 4.4 | Generated 2025-11-08 | Home |