Label Class

The Label class manages label IDs and label files.

Syntax

class Label extends Object

Run On

Called

Methods

  Method Description
Gg921513.pubmethod(en-us,AX.60).gif bulkEditor Creates an instance of the LabelBulkEditor class.
Gg921513.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg921513.pubmethod(en-us,AX.60).gif createLabelFile Creates a label file for a specified label ID.
Gg921513.pubmethod(en-us,AX.60).gif delete Deletes a specified label.
Gg921513.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg921513.pubmethod(en-us,AX.60).gif exists Indicates whether a specified label ID exists.
Gg921513.pubmethod(en-us,AX.60).gif extractComment Returns a comment associated with a specified label ID.
Gg921513.pubmethod(en-us,AX.60).gif extractString Returns the text associated with a specified label ID.
Gg921513.pubmethod(en-us,AX.60).gif finalize Closes the current label file.
Gg921513.pubmethod(en-us,AX.60).gif getFirstLabelFile Returns the first label file ID record.
Gg921513.pubmethod(en-us,AX.60).gif getLabelFileCreatedDate Returns the date that a specified label file was created.
Gg921513.pubmethod(en-us,AX.60).gif getLabelFileCreatedTime Returns the time that a specified label file was created.
Gg921513.pubmethod(en-us,AX.60).gif getLabelFileModificationDate Returns the date a specified label file was modified.
Gg921513.pubmethod(en-us,AX.60).gif getLabelFileModificationTime Returns the time that a specified label file was modified.
Gg921513.pubmethod(en-us,AX.60).gif getNextLabelFile Returns the next label file ID record.
Gg921513.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg921513.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg921513.pubmethod(en-us,AX.60).gif insert Creates a label ID for a specified text string.
Gg921513.pubmethod(en-us,AX.60).gif labelId Returns the number included in a specified label ID.
Gg921513.pubmethod(en-us,AX.60).gif maxLabelId Returns the ID for the last label in the specified label file.
Gg921513.pubmethod(en-us,AX.60).gif modify Modifies the text and comment associated with a specified label.
Gg921513.pubmethod(en-us,AX.60).gif moduleId Returns the label file ID for a specified label ID.
Gg921513.pubmethod(en-us,AX.60).gif moreLabelFiles Indicates whether there are additional label files.
Gg921513.pubmethod(en-us,AX.60).gif name Returns a label ID based on a specified label file ID and label ID number.
Gg921513.pubmethod(en-us,AX.60).gif new Creates a new instance of the Label class. (Overrides the new Method.)
Gg921513.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg921513.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg921513.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg921513.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg921513.pubmethod(en-us,AX.60).gif searchFirst Returns the first label ID found for a specified search term.
Gg921513.pubmethod(en-us,AX.60).gif searchNext Returns the next label ID found for a search term passed to the method.
Gg921513.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg921513.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg921513.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg921513.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg921513.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg921513.pubmethod(en-us,AX.60).gif Gg921513.static(en-us,AX.60).gif ::flush Flushes the label file buffers to disk.

Top

Remarks

The SysLabel class extends Label.

Inheritance Hierarchy

Object Class
  Label Class
    SysLabel Class