Skip to content

TWebLoginPanel

Description

TWebLoginPanel is a control designed to capture a user email and login code for sign-in in a web application.

Designtime Runtime

Properties for TWebLoginPanel

Property Description
CaptionLabel Sets the caption of the loginpanel
Color Sets the background color of the loginpanel
ElementButtonClassName Optionally sets the CSS classname for the button in the login panel when styling via CSS is used
ElementCaptionClassName Optionally sets the CSS classname for the caption in the login panel when styling via CSS is used
ElementClassName Optionally sets the CSS classname for the login panel when styling via CSS is used
ElementID Optionally sets the HTML element ID for a HTML element in the form HTML file the label needs to be connected with. When connected, no new label is created but the Delphi class is connected with the existing HTML element in the form HTML file
ElementInputClassName Optionally sets the CSS classname for the input controls in the login panel when styling via CSS is used
ElementLabelClassName Optionally sets the CSS classname for the label when styling via CSS is used
LoginLabel Sets the caption for the login panel
PasswordLabel Sets the caption for the label to indicate the password input field
UserLabel Sets the caption for the label to indicate the username input field

Events for TWebLoginPanel

Property Description
OnClick Event triggered when the panel is clicked
OnLogin Event triggered when the login button is clicked