I'm using a TcxGridColumn
which works as a Memo(blobEditKinf = bekMemo), the properties PopupHeight
and PopupWidth
on the RepositoryItem
are fixed at 200/250, how can I change this to another value in runtime if I can't access those properties in code:
MyColumn.RepositoryItem.Properties
You can do this quite easily by doing a suitable cast of the column's
Properties
property. In the following, my BlobEdit column is for theDescription
memo field of a TClientDataSet:Many of the TcxGrid column editors have
Properties
types with type-specific sub-properties that you can access in a similar way to the above.