Previous Topic

Next Topic

Inhoudsopgave

Book Index

Properties Property

Property Property Properties: Object (R)

Description

Sets and get editor specific properties. Which properties can be set depends on the parameter value of the PropertiesClassName property.

Code Snippet

columnCalcPrice.PropertiesClassName = "TIsahGridCalcEditProperties"

rem Now the properties property for columnCalcPrice can be accessed

columnCalcPrice.Properties.DisplayFormat = "0.0" '123,46 is DISPLAYED as 123,5