Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Overview 
PCDLRN ActiveX DLL : Comment Object
Comment Object Members
Public Methods
Adds a line of text to the comment.
Retrieves the line of text from the comment specified by the Line parameter.
Removes a line of text from the comment.
Sets the line of comment text.
Public Properties

STRING value representing the comment text. Since comments in PC-DMIS can be multi-line comments, this property represents the full text of all the lines. Each line is separated by ASCII character 13 and ASCII character 10 in that order. This is a read only property. To set individual lines of the comment use the SetLine method. To get individual lines of the comment use the GetLine method.

Returns the type of comment.

STRING value representing the ID of the comment. The ID is only used for comments of type INPUT and type YESNO.

STRING value representing the text input by the user for comments of type INPUT or YESNO.

See Also