Create(TcxCustomEditProperties,TcxCustomEditStyle,Boolean) Constructor
Initializes a new instance of the TcxCustomEditViewData class with specified settings.
Declaration
constructor Create(AProperties: TcxCustomEditProperties; AStyle: TcxCustomEditStyle; AIsInplace: Boolean); reintroduce; virtual;
Parameters
Name | Type |
---|---|
AProperties | TcxCustomEditProperties |
AStyle | TcxCustomEditStyle |
AIsInplace | Boolean |
See Also