Versions Compared

Key

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

...

NameDescription
GetGroupFontGets the font currently set for the groups.
GetKeysGets a field-marked list of all the keys associated with the current panel.
GetPropertyFields
GetPropertyFont
GetPropertyRequired
GetValueGets a property value based on the provided key.
GetValueFont
GroupExpandedUsed to programmatically control the expand / collapse display of a single group.
GroupVisibleUsed to programmatically control the visibility of a group and all properties within the group.
InitThe means to initially configure and display the property panel.
PropertyField
PropertyFields
PropertyProtectUsed to set if the property can be edited, selected, or protected.
PropertyVisibleUsed to programmatically control the visibility of a property.
RowHeightSets the height of all the rows in the panel.
SetFontsSets all the fonts for all sections.
SetGroupFontSets the font for all the group headers.
SetPropertyFontSets the font for all the property keys.
SetPropertyRequired
SetValueSets a value into the property panel, based on the property key and value provided.
SetValueFontSets the font for all the property values.
SetValuesSets a group of values into the property panel, based on the property keys and values provided in a list format.
VersionReturns the current version of the program.

...

EventDescription
AfterUpdateUsed for converting the data entered in the cell (if applicable), and to track value changes.
BeforeUpdateUsed to validate the data entered into the cell (if applicable).
OnCheckChangedUsed to capture value changes to a checkbox property.
OnDblClickOnClickUsed to control the expand / collapse feature of the panel via group headerarrow control.
OnClickOnDblClickUsed to control the expand / collapse feature of the panel via arrow controlgroup header.
OnLostFocusUsed to capture when the panel loses input focus.
OnOptionClickUser Used to capture the option button clicks.
PosChangedUsed to capture when the selected cell changes.
PosChangingUsed to capture before the selected cell changes.

...