New TFont instances are initialized with the values in this structure.
+About font default values: The default font is chosen by the interfaces depending on the context.
+For example, there can be a different default font for a button and a groupbox.
+Most of the data about the font are dealt with by the protected procedures GetData and SetData which operate on TFontData
+Individual properties such as Character Set, colour and size can be accessed in the public area
+Method: TFont.Assign
Params: ALogFont: TLogFont or
Source: another font
Returns: nothing
-Params: ALogFont: TLogFont or Source: another fontDefines if a button is the Default on a form. That is, pressing ENTER will execute its onClick method, whether the control has focus or not!
+Setting this property to true, will have the effect that when the user hits ESC this button is Clicked, even if the button does not have focus. Usually the Button which reacts to ESC sets the ModalResult of the form to mrCancel.
+