Maia\Builder\DevExpress
CLASS TextEdit

CLASS dotr.Maia.Builder.DevExpress.TextEdit INHERITS BuildUIBase IMPLEMENTS IComponentBuilder

Builds the TextEdit control from DevExpress

Author:
Julian Lyndon-Smith (julian+maia@dotr.com)

Method Summary
CHARACTER AddControl (CHARACTER p_Name)
           Create the add control definition
CHARACTER Definition (CHARACTER p_Name)
           Create the variable definition
CHARACTER New (CHARACTER p_Name)
           Create the new object definition
CHARACTER Properties (DrawingOptions p_DrawingOptions)
           Create the properties statements
 

Method Detail

AddControl

PUBLIC CHARACTER AddControl(CHARACTER p_Name)
Create the add control definition

Parameters:
p_name - name of the variable
Returns:
char : add control definition

Definition

PUBLIC CHARACTER Definition(CHARACTER p_Name)
Create the variable definition

Parameters:
p_name - name of the variable
Returns:
char : variable definition

New

PUBLIC CHARACTER New(CHARACTER p_Name)
Create the new object definition

Parameters:
p_name - name of the variable
Returns:
char : new definition

Properties

PUBLIC CHARACTER Properties(DrawingOptions p_DrawingOptions)
Create the properties statements

Parameters:
p_DrawingOptions - options of current layout point
Returns:
char : properties definition