|
AnyDAC
|
Specifies the visible login dialog fields.
Use the VisibleItems to specify the list of visible login dialog fields. The list consist of the connection definition parameters, where each parameter is on separated line. Optionally application may specify an alternative label for a field after '='.
property VisibleItems: TStrings;
with ADGUIxLoginDialog1.VisibleItems do begin Clear;
Add('Database');
Add('User_name=Your name'); Add('Password=Your key');
end;|
What do you think about this topic? Send feedback!
|