void j_setrows ( int obj , int rows );
Argumente
obj : int rows : int
Beschreibung
Setzt die Anzahl Reihen von obj auf rows.
Zielkomponenten
Textarea, Gridlayout
Beispiel
: text = j_text(frame,30,10); j_setcolumns(text,4); :