====== ROWDATA property ====== ==== Applies To ==== Edit table. ==== Description ==== Fills or retrieves the current row of the edit table as an @FM-delimited array of cells. Use in an edit table event, such as the [[changed_event|Changed event]] or the [[poschanged_event|PosChanged event]], to retrieve or to change the data in the edit table. ==== Usage ==== //rowdata =// **Get_Property**(//objectname//, "**ROWDATA**") //oldrowdata// = **Set_Property**(//objectname//, "**ROWDATA**", //newrowdata//) ==== See Also ==== [[coldata|COLDATA property]], [[list|LIST property]], [[array|ARRAY property]] ** **