Need TableSizeRV Feature (without RVActions)

General TRichView support forum. Please post your questions here
Post Reply
andyhill
Posts: 28
Joined: Tue May 23, 2006 8:22 pm

Need TableSizeRV Feature (without RVActions)

Post 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.
Sergey Tkachenko
Site Admin
Posts: 17499
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post 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.
Post Reply