You are here:
Symbol Reference >
MtxGrid Namespace
>
Classes
>
TCustomMtxVecGrid Class
>
public
>
TCustomMtxVecGrid.AppendRow Method
MtxVec VCL
TCustomMtxVecGrid.AppendRow Method
TCustomMtxVecGrid Class
|
TCustomMtxVecGrid Members
|
MtxGrid Namespace
|
public
|
Example
|
See Also
Collapse All
Adds new row to matrix or vector.
Pascal
procedure
AppendRow
;
See Also
Editable
,
AllowAppend
,
RemoveRow
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;
Examples on GitHub
Group
public
Links
TCustomMtxVecGrid Class
,
TCustomMtxVecGrid Members
,
MtxGrid Namespace
,
public
,
Example
,
See Also
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic?
Send feedback!