Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

コレクション内で定義されたオブジェクト#Objectの指定は、以下のようになります(デフォルトのStyle()が表示される)。   

Define_Com Class(#Prim_KCol<#Object #Key>) Name(#Collection)  Style(Factory)

以下のようなコレクション内のアイテムの参照があります。 

...

collection buttonは、ボタンのプロパティの設定後、SET_REFコマンドを使用して明示的に作成されます。

Set_Ref Com(#Button_Collection<#Use_Key>) To(*create_as #Prim_Phbn)

Set Com(#Button_Collection<#Use_Key>) Parent(#Com_Owner) Height(20) Width(100) Left(2) Top(#Next_Top) Caption('Collection Button')

どちらのスタイルのボタンのコレクションも、Realizeメソッドを使用して作成されます。

Invoke Method(#Button_Collection<>.Realize)

 Image RemovedImage Added

Factory/Collectionの例のソース

...