Data.DBXTransport.TTransportFilterItem.GetProperties

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DBXTransport.pas
Data.DBXTransport.hpp
Unit: Data.DBXTransport
Parent: TTransportFilterItem

Delphi

function GetProperties: TFilterProperties; virtual;

C++

virtual TFilterProperties* __fastcall GetProperties();

Description

Returns the value of the Properties property.

The GetProperties method is the protected read implementation of the Properties property.

See Also