TdxOfficeSearchBox.ActiveProperties Property
In This Article
Returns the properties that are currently applied to the search box.
#Declaration
Delphi
property ActiveProperties: TdxOfficeSearchBoxProperties read;
#Property Value
Type |
---|
Tdx |
#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