Package: InstantCommandEditor Diagram Back to overview

TInstantCommandEditorForm class
Inherits from: TForm
Attributes
Name Type Visibility
FCommand TInstantIQLCommand   private
FModel TInstantCodeModel   private
Command   protected
FromText   protected
SelectText   protected
AnyCheckBox TCheckBox   public
AttributeEdit TComboBox   public
AttributeLabel TLabel   public
CancelButton TButton   public
CommandTextEdit TMemo   public
CommandTextLabel TLabel   public
DistinctCheckBox TCheckBox   public
FromClassEdit TComboBox   public
FromClassLabel TLabel   public
OkButton TButton   public
Any   public
AttributeName   public
CommandText   public
Distinct   public
FromClass   public
FromClassName   public
Model   public
Operations
Name Parameters Returns Visibility
DestroyCommand     private
GetAny   Boolean   private
GetAttributeName   string   private
GetCommand   TInstantIQLCommand   private
GetCommandText   string   private
GetDefaultText
string AttributeName
string ClassName
 
string   private
GetDistinct   Boolean   private
GetFromClass   TInstantCodeClass   private
GetFromClassName   string   private
GetFromText   string   private
GetSelectText   string   private
SetAny
Boolean Value
 
  private
SetAttributeName
string Value
 
  private
SetCommandText
string Value
 
  private
SetDistinct
Boolean Value
 
  private
SetFromClassName
string Value
 
  private
SetModel
TInstantCodeModel Value
 
  private
ChangeArgument
string Text
string Keyword
string Argument
Boolean Replace
 
Boolean   protected
CommandChanged     protected
FindArgument
string Text
string Keyword
Integer Start
Integer Len
 
Boolean   protected
PopulateClasses     protected
PopulateAttributes     protected
Validate     protected
CommandTextEditChange
TObject Sender
 
  public
FromClassEditClick
TObject Sender
 
  public
AttributeEditClick
TObject Sender
 
  public
AnyCheckBoxClick
TObject Sender
 
  public
DistinctCheckBoxClick
TObject Sender
 
  public
OkButtonClick
TObject Sender
 
  public