TAdvStringGridTCellGraphic

Contents - Methods - Properties


TCellGraphic - Methods

Contents - TCellGraphic - Properties

~TCellGraphic
Destructor

C++ declaration
__fastcall virtual ~TCellGraphic(void)

GetPictureSize
Delphi declaration
function GetPictureSize(cw, rh: Integer; hastext: Boolean): TPoint;
C++ declaration
Windows::TPoint __fastcall GetPictureSize(int cw int rh bool hastext)

Windows::TPoint __fastcall GetPictureSize(int cw, int rh, bool hastext)

GeTPictureSize
Delphi declaration
function GeTPictureSize(cw, rh: Integer; hastext: Boolean): TPoint;
C++ declaration
Windows::TPoint __fastcall GeTPictureSize(int cw, int rh, bool hastext)
SetAngle
Delphi declaration
procedure SetAngle(aAngle: smallint);
C++ declaration
void __fastcall SetAngle(short aAngle)
SetBitmap
Delphi declaration
procedure SetBitmap(ABmp: TBitmap; transparent: Boolean; hal: TCellHAlign; val: TCellVAlign);
C++ declaration
void __fastcall SetBitmap(Graphics::TBitmap *abmp bool transparent TCellHAlign hal TCellVAlign val)

void __fastcall SetBitmap(Graphics::TBitmap *ABmp, bool transparent, TCellHAlign hal, TCellVAlign val)

SetButton
Delphi declaration
procedure SetButton(bw, bh: Integer; caption: string; hal: TCellHAlign; val: TCellVAlign);
C++ declaration
void __fastcall SetButton(int bw int bh AnsiString caption TCellHAlign hal TCellVAlign val)

void __fastcall SetButton(int bw, int bh, AnsiString caption, TCellHAlign hal, TCellVAlign val)

SetCheckBox
Delphi declaration
procedure SetCheckBox(Value, Data, Flat: Boolean; hal: TCellHAlign; val: TCellVAlign);
C++ declaration
void __fastcall SetCheckBox(bool value bool data TCellHAlign hal TCellVAlign val)

void __fastcall SetCheckBox(bool Value, bool data, TCellHAlign hal, TCellVAlign val)

void __fastcall SetCheckBox(bool Value, bool Data, bool Flat, TCellHAlign hal, TCellVAlign val)

SetDataImage
Delphi declaration
procedure SetDataImage(idx: Integer; hal: TCellHAlign; val: TCellVAlign);
C++ declaration
void __fastcall SetDataImage(int idx TCellHAlign hal TCellVAlign val)

void __fastcall SetDataImage(int idx, TCellHAlign hal, TCellVAlign val)

SetFilePicture
Delphi declaration
procedure SetFilePicture(apicture: tfilepicture; transparent: Boolean; stretchmode: TStretchMode; padding: Integer; hal: TCellHAlign; val: TCellVAlign);
C++ declaration
void __fastcall SetFilePicture(Advobj::TFilePicture *apicture bool transparent TStretchMode stretchmode int padding TCellHAlign hal TCellVAlign val)

void __fastcall SetFilePicture(Advobj::TFilePicture *apicture, bool transparent, TStretchMode stretchmode, int padding, TCellHAlign hal, TCellVAlign val)

SetIcon
Delphi declaration
procedure SetIcon(aicon: ticon; hal: TCellHAlign; val: TCellVAlign);
C++ declaration
void __fastcall SetIcon(Graphics::TIcon *aicon TCellHAlign hal TCellVAlign val)

void __fastcall SetIcon(Graphics::TIcon *aicon, TCellHAlign hal, TCellVAlign val)

SetImageIdx
Delphi declaration
procedure SetImageIdx(idx: Integer; hal: TCellHAlign; val: TCellVAlign);
C++ declaration
void __fastcall SetImageIdx(int idx TCellHAlign hal TCellVAlign val)

void __fastcall SetImageIdx(int idx, TCellHAlign hal, TCellVAlign val)

SetMultiImage
Delphi declaration
procedure SetMultiImage(Col, Row, dir: Integer; hal: TCellHAlign; val: TCellVAlign; Notifier: TImageChangeEvent);
C++ declaration
void __fastcall SetMultiImage(int col int row int dir TCellHAlign hal TCellVAlign val Advobj::TImageChangeEvent notifier)

void __fastcall SetMultiImage(int Col, int Row, int dir, TCellHAlign hal, TCellVAlign val, Advobj::TImageChangeEvent Notifier)

SetPicture
Delphi declaration
procedure SetPicture(APicture: TPicture; transparent: Boolean; StretchMode: TStretchMode; padding: Integer; hal: TCellHAlign; val: TCellVAlign);
C++ declaration
void __fastcall SetPicture(Graphics::TPicture *apicture bool transparent TStretchMode stretchmode int padding TCellHAlign hal TCellVAlign val)

void __fastcall SetPicture(Graphics::TPicture *APicture, bool transparent, TStretchMode StretchMode, int padding, TCellHAlign hal, TCellVAlign val)

SeTPicture
Delphi declaration
procedure SeTPicture(APicture: TPicture; transparent: Boolean; StretchMode: TStretchMode; padding: Integer; hal: TCellHAlign; val: TCellVAlign);
C++ declaration
void __fastcall SeTPicture(Graphics::TPicture *APicture, bool transparent, TStretchMode StretchMode, int padding, TCellHAlign hal, TCellVAlign val)
TCellGraphic
Constructor

C++ declaration
__fastcall TCellGraphic(void)


TCellGraphic - Properties

Contents - TCellGraphic - Methods

CellAngle
Delphi declaration
CellAngle: Integer;
C++ declaration
int CellAngle
CellBitmap
Delphi declaration
CellBitmap: TBitmap;
C++ declaration
Graphics::TBitmap *CellBitmap
CellBoolean
Delphi declaration
CellBoolean: Boolean;
C++ declaration
bool CellBoolean
CellColor
Delphi declaration
CellColor: TColor;
C++ declaration
Graphics::TColor CellColor
CellCreated
Delphi declaration
CellCreated: Boolean;
C++ declaration
bool CellCreated
CellData
Delphi declaration
CellData: Integer;
C++ declaration
int CellData
CellErrFrom
Delphi declaration
CellErrFrom: smallint;
C++ declaration
short CellErrFrom
CellErrLen
Delphi declaration
CellErrLen: smallint;
C++ declaration
short CellErrLen
CellHAlign
Delphi declaration
CellHAlign: TCellHAlign;
C++ declaration
TCellHAlign CellHAlign
CellIcon
Delphi declaration
CellIcon: TIcon;
C++ declaration
Graphics::TIcon *CellIcon
CellIndex
Delphi declaration
CellIndex: Integer;
C++ declaration
int CellIndex
CellObject
Delphi declaration
CellObject: TObject;
C++ declaration
System::TObject *CellObject
CellTransparent
Delphi declaration
CellTransparent: Boolean;
C++ declaration
bool CellTransparent
CellType
Delphi declaration
CellType: TCellType;
C++ declaration
TCellType CellType
CellVAlign
Delphi declaration
CellVAlign: TCellVAlign;
C++ declaration
TCellVAlign CellVAlign
CellValue
Delphi declaration
CellValue: Double;
C++ declaration
double CellValue