The following properties are found in to a number of controls:
choose the part of the form to which the control will be aligned. Settings include: None (the default); Client (fills form); Left, Right, Bottom, Top (self-explanatory); Custom.
determines how the control will behave if a form is resized. For example, set to akBottom the control will stay a fixed distance from the bottom of the form if it is resized.
Turns on bevel edge for the four sides of the control.
Offers four types of inner bevel for the control.
Offers four types of bevel design for the control.
Offers four types of outer bevel for the control.
Provides switch for border lines around the control.
Defines the text that will appear on the control at run time.
Determines the case of the characters displayed in a control.
Programmer can choose colour for the control.
Allows programmer to choose different cursor for use within the control.
Used to enable or disable a control.
Font used in the control.
Height of the control in pixels.
Defines the hint text that the user will see when the cursor is positioned over the control.
Specifies distance of left side of control from edge of form.
The name of the control. Change this to something meaningful in the context of the program.
If true, turns on the hint that appears when the user places the cursor over a control.
Defines the tab order of a control when the user presses the Tab key.
Determines if a user can use the Tab key to move to a control.
Specifies distance of control from the top of a form.
If true the control is visible on the form.
The width of the control in pixels.