TdxOfficeSearchBox.ActiveProperties Property
Returns the properties that are currently applied to the search box.
Declaration
property ActiveProperties: TdxOfficeSearchBoxProperties read;
Property Value
Type |
---|
TdxOfficeSearchBoxProperties |
Remarks
This property allows you to identify the current settings of the search box if they are specified via the external repository assigned via the RepositoryItem property. Otherwise, the ActiveProperties property is synchronized with Properties.
Refer to the TdxOfficeSearchBoxProperties class description for details.
See Also