#1 2014-04-17 12:45:17

edismo
Member
From: Brazil
Registered: 2013-10-04
Posts: 34

Image column

Hi,

I need to add lines of text to the right of the image.
It is possible to add an image column?

I use DrawTextAcrossCols for String.

Maybe something like this:

  AddColumnHeaders(['Image','Description');
  AddColumn( 10,  50, caLeft, False); // Image
  AddColumn( 50, 100, caCenter, False); // String

  DrawAcrossCols(
    [MyBitmap, 'Line 1 description'],
      [drBMP, drText]);
  DrawAcrossCols(
    [nil, 'Line 2 description'],
    [drBMP, drText]);
  DrawAcrossCols(
    [nil, 'Line 3 description'],
    [drBMP, drText]);

Offline

#2 2014-04-17 18:40:28

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,207
Website

Re: Image column

It is not possible yet.

You can write a picture wherever you want, but you have to handle the position yourself.

Offline

Board footer

Powered by FluxBB