DataComboView: Add parameter to signature of Event Validate
[GB.DB.FORM] * BUG: DataComboView: Add parameter to signature of Event Validate
This commit is contained in:
parent
07398d8d82
commit
77fdca9282
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ Property Header As Boolean
|
|||
Property Grid As Boolean
|
||||
Property Highlight As Boolean
|
||||
|
||||
Event Validate
|
||||
Event Validate(Value As Variant)
|
||||
|
||||
'Property Read Current As Variant[]
|
||||
'Property Read Count As Integer
|
||||
|
|
Loading…
Reference in a new issue