FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
Types

The following table lists types in this documentation.

Name 
Description 
Used for pointer arithmetic. Point to PAnsiChar if Delphi is less than 2009, or to PByte otherwise.  
The range of color indexes allowed by Excel 2003 or older.  
An integer expressing an Excel standard paper size.
Use TExcelPaperSize_XXX constants for the allowed values.  
Event associated with TFlxMemTable.OnGetDatain a memory dataset.
 
Event associated with TFlexCelPreview.OnPageChange.  
Pattern style for a cell. Use the constants TFlxPatternStyle_XXX to set this variable.  
Event associated with TFlexCelGrid.OnAllowEditCell.  
Event associated with TCustomFlexCelReport.OnProgress  
Event associated with TFlexCelGrid.OnFormatPicture.  
Event associated with TCustomFlexCelReport.OnGetCellValue.  
Event associated with TCustomFlexCelReport.OnGetCellValueX.  
Event associated with TCustomFlexCelReport.OnGetCellValueXRow.  
Event associated with TCustomFlexCelReport.OnGetFilename.  
Event associated with TFlexCelGrid.OnGetFontName.  
Event associated with TCustomFlexCelReport.OnGetImageSize.  
Event associated with TCustomFlexCelReport.OnGetOutStream.  
Event associated with TFlxMemTable.OnVirtualRecordCount.  
Event associated with TFlexCelGrid.OnZoomChanged.  
An array of TRTFRun structures, where each struct identifies a font style for a portion of text.
For example, if you have: Value="Hello" RTFRuns={FirstChar:1 FontIndex=1, FirstChar=3, FontIndex=2}
"H" (char 0) will be formatted with the specific cell format. "el" (chars 1 and 2) will have font number 1 "lo" (chars 3 and 4) will have font number 2  
An array of TRTFRunList structures.  
Event associated with TFlexCelGrid.OnSetEditText.  
An UTF16 wide char. This type maps to WideChar in Delphi less than 2009 or to Char otherwise.  
An UTF16 wide string. This type maps to WideString in Delphi less than 2009 or to UnicodeString otherwise.  
Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!