Page 1 of 1

Need TableSizeRV Feature (without RVActions)

Posted: Mon Jan 03, 2011 8:36 pm
by andyhill
Hi, RVActions provides a popup grid to select row/col size on table create.

My project does not use RVActions but I would like to emulate this feature.

Can you please show me how to add this feature to my project without using RVActions - Thanks.

Posted: Tue Jan 04, 2011 1:46 pm
by Sergey Tkachenko
You can look how it is implemented in RichViewActions.
This grid is in TableSizeRVFrm.pas. It is shown in TRVActionInsertTable.ShowTableSizeDialog (in RichViewActions.pas).

This form uses TRVGrid - a lightweight grid component included in RichViewActions. You can try using TDrawGrid instead.