Name: The name of the component to add. This name can later be used to determine the value entered by the user.
Left, Top, Width, Height: These are four optional parameters that specify the location and width of the object to generate. If these values are not specified, or if you specify the value 0, the form will calculate its most logical position. This will usually be just below the previous object.
Caption: The value of this parameter will be displayed in the label preceding the component. Do not specify a value if you will be using the AlignClient.
Value: Use this parameter to specify a default value.
AlignClient: This function is used to specify whether the memo should fill the entire form. The default value is 'True'.