Maia\Builder
CLASS BuildUIBase

CLASS dotr.Maia.Builder.BuildUIBase abstract


Method Summary
CHARACTER BeginInit (CHARACTER p_name)
           creates the BeginInit statement required by visual designer
CHARACTER EndInit (CHARACTER p_name)
           creates the EndInit statement required by visual designer
 

Method Detail

BeginInit

PUBLIC CHARACTER BeginInit(CHARACTER p_name)
creates the BeginInit statement required by visual designer

Parameters:
p_Name - : Name of the property that needs initializing
Returns:
char : the statement

EndInit

PUBLIC CHARACTER EndInit(CHARACTER p_name)
creates the EndInit statement required by visual designer

Parameters:
p_Name - : Name of the property that needs initializing to end
Returns:
char : the statement