Vcl.DBLogDlg.TLoginDialog.FormShow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FormShow(Sender: TObject);

C++

void __fastcall FormShow(System::TObject* Sender);

Properties

Type Visibility Source Unit Parent
procedure
function
published
Vcl.DBLogDlg.pas
Vcl.DBLogDlg.hpp
Vcl.DBLogDlg TLoginDialog

Description

Adjusts the contents of the login dialog when it becomes visible.

FormShow is called automatically just before the login dialog becomes visible. It fixes up the controls in the login dialog so that the text appears properly formatted.