Vcl.StdCtrls.TCustomCombo.GetDroppedDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDroppedDown: Boolean;

C++

bool __fastcall GetDroppedDown();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomCombo

Description

Returns the value of the DroppedDown property.

GetDroppedDown is the read implementation of the DroppedDown property. It returns true if the drop-down list is showing.

See Also