ITextObject Interface

Definition

Interface implemented by all instance classes that have all or a part of their definition as text

public interface ITextObject
type ITextObject = interface
Public Interface ITextObject
Derived

Properties

TextBody

Returns the text body of the object (what follows after the AS keyword).

TextHeader

Returns the header of the object.

TextMode

Gets or sets the mode in which we operate with this object's text. True means the text contains the entire definition of the object, false means that it contains only the body (so the header is defined trhough the parameter list and other properties).

Methods

ScriptHeader(Boolean)

Generates a script that contains the header of the object (name, parameter list etc.)

ScriptHeader(ScriptNameObjectBase+ScriptHeaderType)

Generates a script that contains the header of the object (name, parameter list etc.)

Applies to