You are here: Symbol Reference > Sparse Namespace > Classes > TSparseMtx Class > published > TSparseMtx.ReportLevel Property
MtxVec VCL
ContentsIndex
Example
// load report from Report and display it in Memo1 Memo1.Lines.Clear(); MtxVec.Report.Position := 0; Memo1.Lines.LoadFromStream(MtxVec.Report.Stream);
// load report from Report and display it in Memo1 Memo1->Lines.Clear(); MtxVec->Report->Position = 0; Memo1->Lines->LoadFromStream(MtxVec->Report->Stream());
Copyright (c) 1999-2025 by Dew Research. All rights reserved.