2.2.4.30.3 Note::Text

ClassName

Note

AccessType

public

Name

Text

Declaration

string Text

Remark

String data member containing the text of the Notes window.

Examples

EX1

int Note_Text_ex1()
{
    Note note; 
    note.Create();            // Create a new empty Notes window
    if( note.IsValid() )
    {
        note.Text = "This is a bunch of text\nI want to write out to an\nOrigin Note window.";
    }
    return 0;
}

Description

Header to Include

origin.h

See Also

Reference