Versions Compared

Key

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

List Reusable Part Column Current Item - Part Property

Panel
bgColor#2c3c4c

Reference to the part instance used in the cell

Member of List Reusable Part Column Current Item (PRIM_LIST.PartCurrentItem)

Data Type - PRIM_PANL - Container for other components

Details

The Part property is a Reference to the instance of the reusable part created for the item.

Having access to the instance allows user defined code to be executed.

As this is a generic property defined as a PRIM_PANL, it will be necessary to cast the property to the correct class to access specific features.

Example

Wiki Markup\\ In this example, immediately after the ADD_ENTRY, the newly created part instance is accessed to run a user defined Prepare method. \\ \\

     Add_Entry To_List(#List)

...

 
(#ColumnPart.CurrentItem.Part *As \[#MyPartClassName\]).Prepare

...



See also

All Component Classes

Technical Reference