Returns the current version of the program.

Usage

Version = SRP_PropertyPanel(PanelCtrl, "Version")

Parameters

None



1.2.6

  • Fixed focus and change issues
  • Addition of the SetSelPos method
  • Add option to ItemList to force cell updates after user selection

1.2.5

  • Bug fixes

1.2.4

  • Option for color selection
  • Updated visibility properties
  • Code cleanup

1.2.3

  • Null bug fix for boolean-type values

1.2.2

  • Added support for ValueChanging
  • Updated the cell validation method

1.2.1

  • Bug fixes

1.2.0

  • Added property, SetPropertyRequired and GetPropertyRequired
  • Added method, SetFocus
  • Added event, PanelLostFocus
  • Added event, ValuePosChanged
  • Added event, ValuePosChanging
  • Added event, ValueChanged
  • Added visibility and fields to the Init statement

1.1.0

  • Added property; SetPropertyFields (plural)
  • Added property; SetFonts
  • Added method; ClearPanel
  • PropertyData property replaced with SetPropertyField and GetPropertyField
  • All individual font properties are now prefixed with "Set"
  • Setting the fonts before the init now doesn't matter
  • RowHeight now accepts a HeightArray, so you can specify Group @FM Property row heights

1.0.4

  • Initial update for the PropertyData / PropertyFields property

1.0.3

  • Added additional font settings.
  • More bug fixes.

1.0.2

  • General bug fixes.

1.0.1

  • Updates for custom option buttons using font icons.

1.0.0

  • Initial release
  • No labels