Ultra Light Client Guide and Reference


Container general advice

Code example

fContainer := ULCContainer new
    items: myItemList;
    width: 100;
    height: 200;
    yourself


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]