FMX.ExtCtrls.TDropTarget.CurrentFilter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CurrentFilter: String;

C++

System::UnicodeString __fastcall CurrentFilter();

Properties

Type Visibility Source Unit Parent
function protected
FMX.ExtCtrls.pas
FMX.ExtCtrls.hpp
FMX.ExtCtrls TDropTarget

Description

Currently selected file name filter string.

CurrentFilter returns the FilterIndexth element of the filter string stored in the Filter property. The first filter has index 1.

CurrentFilter is used by the DragOver procedure to determine which files are accepted by the TDropTarget control.

See Also