FireDAC.Comp.UI.TFDGUIxLoginDialog.VisibleItems
Delphi
property VisibleItems: TStrings read GetVisibleItems write SetVisibleItems stored IsVIS;
C++
__property System::Classes::TStrings* VisibleItems = {read=GetVisibleItems, write=SetVisibleItems, stored=IsVIS};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FireDAC.Comp.UI.pas FireDAC.Comp.UI.hpp |
FireDAC.Comp.UI | TFDGUIxLoginDialog |
Description
Specifies the visible login dialog fields.
Use the VisibleItems to specify the list of visible login dialog fields. The list consists of the connection definition parameters, where each parameter is on separate line. Optionally, the application can specify an alternative label for a field after '='.