IPWorks Cloud 2020 Delphi Edition

Questions / Feedback?

SearchKind Property

The kind of resources to search for.

Syntax

property SearchKind: TicsDropboxSearchKinds read get_SearchKind write set_SearchKind;
TicsDropboxSearchKinds = ( dskActive, dskDeleted );

Default Value

dskActive

Remarks

This property specifies what kind of resources to search for when Search is called. Possible values are:

dskActive (0) (default) Search for active resources.
dskDeleted (1) Search for deleted resources.

This property is not available at design time.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Delphi Edition - Version 20.0 [Build 8265]