|
Can be used to move easily data in and out from a ctrGRID control using delimited text. The delimited text uses two delimited characters, one to separate rows and a second to separate the columns in every row. These delimiter characters are defined by the two parameters of the property. Both parameters are optional. The Column delimited character (the second parameter) is the default code delimiter character, controlled through DELIMITER system property. Use this property, for example, to save on disk or load from disk ctrGRID control contents. Example
The above fills a grid control named grd in a form frm, using delimited text with default delimited characters. Note that writing a delimited text in a ctrGRID control, all needed rows and columns, to fit the text, are created automatically. For Control(s): ctrGRID |