LOTUSSCRIPT 言語
定義中のクラスへのオブジェクト参照も含め、メンバ変数のデータ型をさまざまに組み合わせてクラスを定義できます。
Class MyClass myText As TextBox ' Sample product object reference i As Integer ' Integer myList List As String ' List of strings myRef As MyClass ' Reference to an object of this class End Class
関連項目