Exemple

void Sample113() { ECLPageSettings PgSet('A'); PgSet.SetMaxLinesPerPage(40); ULONG MPL = PgSet.GetMaxLinesPerPage(); printf("MaxLinesPerPage = %ld\n", MPL); } // end sample