You are here: Symbol Reference > MtxGrid Namespace > Classes > TCustomMtxVecGrid Class > public > TCustomMtxVecGrid.AppendRow Method
MtxVec VCL
ContentsIndex
Example
procedure Example(Vec: TVec; Grid: TMtxGrid); begin // enable editing and appending Grid.AllowAppend := True; Grid.Editable := True; Grid.Datasource := Vec; Grid.AppendRow; end;
void __fastcall Example(TVec *Vec, TMtxGrid *Grid); { // enable editing and appending Grid->AllowAppend = true; Grid->Editable = true; Grid->Datasource = Vec; Grid->AppendRow(); end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.