AddItemIfNotExist |
rtool |
add item to List if not exist |
AddRecordEx |
rdbtool |
add or insert new record and select first visible column |
AddSQLWhereAND |
rdbtool |
find line which starts by WHERE and add another condition with AND |
AddSQLWhereOR |
rdbtool |
find line which starts by WHERE and add another condition with OR |
AddToSepList |
rtool |
add string to separated list |
AnimateResize |
rpictool |
animate resizing of Control |
AnsiPosEx |
rtool |
find substring from start position |
AssignGridProps |
rdbtool |
assign colors from one grid to another |
BiDi_DrawFocusRect |
rpictool |
draw FocusRect according to Canvas Orientation |
BiDi_FrameRect |
rpictool |
draw FrameRect according to Canvas Orientation |
BiDi_ModifyRect |
rpictool |
modify Rect according to Canvas Orientation |
BitmapChangeColor |
rpictool |
change bitmap pixels of one color to another color |
BlobToFile |
rdbtool |
read blob field content and store to the file |
BrowseForFolder |
rDialogsEx |
create and show dialog for searching for directory, old deprecated version, use BrowseForFolderEx |
BrowseForFolderEx |
rDialogsEx |
create and show dialog for searching for directory (new Win style) |
ChCursor |
rtool |
set cursor to specified type and return previous cursor |
CheckHotTrackCoord |
rtool |
compare THotTrackCellInfo with X, Y (RAD version independent) |
CheckHotTrackCoord |
rtool |
compare THotTrackCellInfo with TGridCoord (RAD version independent) |
CheckMapiLibrary |
MapiW |
check if Mapi library can be initialized |
CheckMapiUnicode |
MapiW |
check if Mapi library supports unicode email |
CleanDateTimeString |
rtool |
remove space, white spaces, tabs and end of line from the input string |
CleanLastEOL |
rtool |
remove end of line (10 or 13) from the input string |
CleanNumericString |
rtool |
remove space, white spaces, tabs and end of line from the input string |
CleanString |
rtool |
remove specified characters from the input string |
ClearFilter |
rdbtool |
clear filter string for dataset or grid, try to keep current record if possible |
ClearStr |
rtool |
clear all substr from str |
ColorToString |
rpictool |
return color name or hex string value according color value |
CompressFile |
zlib_interface |
|
CompressFile |
bzip2_interface |
|
CompressStream |
bzip2_interface |
|
CompressStream |
zlib_interface |
|
CompressString |
zlib_interface |
|
CompressString |
bzip2_interface |
|
ContainWholeWord |
rtool |
check if string is wholeword = separated from other string by any chars from separators |
ConvertBmpToIco |
rpictool |
convert bitmap to icon |
CreateF |
rtool |
create a form instance (if not already assigned) and add it to the CreatedFormAdrList |
CreateMenuItem |
rtool |
create and return new menu item object with properties from params |
CreateMenuItem |
rtool |
create and return new menu item object with properties from params |
CreateMenuItem |
rtool |
create and return new menu item object with properties from params |
CreateShowF |
rtool |
create a form instance (if not already assigned), update to normal (not minimized) show as non-modal |
CreateShowFM |
rtool |
create a form instance (if not already assigned), update to normal (not minimized) and not hidden and show as modal, then free a form instance if it was created before |
DateTimeToFormattedStr |
rtool |
Converts Date, Time or DateTime to string according format (if provided) or according to DateTime value |
DeCompressFile |
zlib_interface |
|
DeCompressFile |
bzip2_interface |
|
DeCompressStream |
bzip2_interface |
|
DeCompressStream |
zlib_interface |
|
DeCompressString |
zlib_interface |
|
DeCompressString |
bzip2_interface |
|
DefineEditPopupMenuItems |
rtool |
define standard popup menu list used for any edit components (undo, cut, copy, paste, select all, find, font, save, load) |
DlgE |
rdlg |
show Error dialog with one html message and Ok button |
DlgE2 |
rdlg |
show Error dialog with two html messages and Ok button |
DlgI |
rdlg |
show Information dialog with one html message and Ok button |
DlgI2 |
rdlg |
show Information dialog with two html messages and Ok button |
DlgQ |
rdlg |
show Question dialog with one html message and Yes No button |
DlgQ2 |
rdlg |
show Question dialog with two html messages and Yes No button |
DlgQCancel |
rdlg |
show Question dialog with one html message and Yes No Cancel button |
DlgQCancel2 |
rdlg |
show Question dialog with two html messages and Yes No Cancel button |
DlgQUserDef |
rdlg |
show dialog with 2 or 3 buttons with user defined text and any number of messages |
DlgW |
rdlg |
show Warning dialog with one html message and Ok button |
DlgW2 |
rdlg |
show Warning dialog with two html messages and Ok button |
DPI_ScaleFontHeight |
rtool |
scale current font height |
DPI_ScaleFontHeight |
rtool |
scale current font height |
DPI_ScaleSize |
rtool |
scale default size |
DPI_SetFontHeight |
rtool |
set default font height |
DrawBarCode |
AsBarCode_interface |
draw selected BarCode to canvas, Rect return real size of generated barcode, if LineWidth=0 then it is calculated from Rect and returned |
DrawBmpAlign |
rpictool |
draw bitmap aligned of rectangle |
DrawBmpCenter |
rpictool |
draw bitmap to center of rectangle |
DrawBmpCenter |
rpictool |
draw bitmap to center of rectangle, definable strech and transparency |
DrawBmpCenter |
rpictool |
draw bitmap to center of rectangle by HDC instead of Canvas, definable transparency |
DrawBmpTiles |
rpictool |
draw bitmap to rectangle as tiles |
DrawDataBar |
rpictool |
draw ProgressBar to the rect (used by StringGrid and DBGrid) |
DrawGradient |
rpictool |
draw any gradient to canvas with definable number of steps |
DrawGradientH |
rpictool |
draw horizontal gradient to canvas |
DrawGradientV |
rpictool |
draw vertical gradient to canvas |
DrawPictureCenter |
rpictool |
draw picture to center of rectangle |
DrawPictureCenter |
rpictool |
draw picture to center of rectangle, definable strech and transparency |
DrawPictureTiles |
rpictool |
draw picture to rectangle as tiles |
DrawStatusBar |
rpictool |
draw StatusBar to the rect (used by StringGrid and DBGrid) |
DuplicRecord |
rdbtool |
duplicate current record for DBGrid or Dataset, all fields which tag = TagToDuplic is duplicated |
EnableAllTips |
rTip |
delete all "Do not show next time" settings in PropSaveFile |
ExistsInSepList |
rtool |
check if string is wholeword = items are separated from by separator |
FieldListToCaptionList |
rdbtool |
for each part from FieldList find Dataset Field according FieldName and return DisplayLabel list |
FieldListToCaptionList |
rdbtool |
for each part from FieldList find DBGrid column according FieldName and return ColumnTitle list |
FieldNameToCaption |
rdbtool |
find DBGrid column according FieldName and return Column Title |
FieldNameToCaption |
rdbtool |
find Dataset Field according FieldName and return DisplayLabel |
FileToBlob |
rdbtool |
read file content and store to the blob field |
FillStrL |
rtool |
fill str from left |
FillStrR |
rtool |
fill str from right |
FillTextMask |
rdbtool |
replace all Tags in Mask text by Dataset field values; possible tags: <<FieldName>> or <<FieldName:format>> <<FieldName:20>> or <<FieldName:L20>> - aling left to 20 chars <<FieldName:R20>> - aling right to 20 chars <<FieldName:C20>> - aling center to 20 chars <<FieldName:T20>> - limit and aling left to 20 chars <<FieldName:TR20>> - limit and aling right to 20 chars <<FieldName:TC20>> - limit and aling center to 20 chars <<#CRLF>> - replace by #13#10 chars <<#xx>> - replace by char(xx) <<#StrPart(FieldName,From,Count)>> |
FilterByField |
rdbtool |
make Filter condition according Field and its current value |
FilterBySel |
rdbtool |
make Filter condition according DBGrid selected cell (selected Field and its current value) |
FindStrFromTo |
rtool |
find part of input string identificated by StartStr and StopStr |
FindStrPart |
rtool |
find index-th part of input string separated by separator |
FocusNextControl |
rtool |
send message WM_NEXTDLGCTL to move focus to nest contral |
FontGetRotated |
rpictool |
set font orientation (rotate font) |
FormattedStrToDateTimeDef |
rtool |
Converts the given string to a date and time value. |
FreeAllF |
rtool |
free all forms from the CreatedFormAdrList, it means created by CreateF function |
FreeF |
rtool |
free a form instance (if already assigned) and remove it from the CreatedFormAdrList |
GenerateSaveSQLScript |
rdbtool |
generate and save INSERT or UPDATE sql script for active or all record with defined list of fields |
GenerateSQLScript |
rdbtool |
generate INSERT or UPDATE sql script for active or all record with defined list of fields |
GetActiveOwner |
rtool |
returns active form if exist, in other case returns Application |
GetAppDir |
rtool |
return path of exe program |
GetAppPath |
rtool |
return path of exe program |
GetAssociatedIconHandle |
rfiletool |
return handle of icon associated with the file type |
GetBarCodeNames |
AsBarCode_interface |
load list of BarCode names |
GetBarCodeType |
AsBarCode_interface |
return BarCode type according BarCode name |
GetBitmapFromPicture |
rpictool |
assig picture to Bitmap or Draw to bitmap if Picture contains Metafile |
GetBooleanFieldState |
rdbtool |
return state according defined TextValue for Boolean Field |
GetBooleanFieldTextValue |
rdbtool |
return defined text value for Boolean Field and defined State |
GetColorIdx |
rpictool |
return color index according color value |
GetColorIdx |
rpictool |
return color index according color name |
GetColorList |
rpictool |
load list of Colors to list |
GetColorName |
rpictool |
return color name or localozed name according color index |
GetColorValue |
rpictool |
return color value according color index |
GetDataSet |
rdbtool |
return Dataset from object of type Dataset, Datasource or DBGrid |
GetDateFieldFilterValue |
rdbtool |
return Date Field value string prepared for filter |
GetDateSeparator |
rtool |
provides date separator setting in RAD version independent way |
GetDecimalSeparator |
rtool |
provides decimal separator setting in RAD version independent way |
GetDefaultPrinterName |
rtool |
return default printer name |
GetDSStateStr |
rdbtool |
return localized text of Dataset state |
GetFileSize |
rfiletool |
Get file size as INT64 |
GetFileTypeExtension |
rpictool |
return file extension for defined GraphicType |
GetFileTypeFilterList |
rpictool |
return list of FileType filters used by Open/Save dialogs |
GetFileTypeFromFileName |
rpictool |
return GraphicType according filename extension |
GetFilterCond |
rdbtool |
make Filter condition according Field and Value |
GetFilterLikeOperator |
rdbtool |
Get filter LIKE operator string regarding used dataset type and global setting (LIKE or any other value) |
GetFilterNullEqualStr |
rdbtool |
Get filter equal string for null field regarding used dataset type and global setting (IS or =) |
GetFilterWildCardChar |
rdbtool |
Get filter WildCard char regarding used dataset type and global setting (% or *) |
GetFldDefs |
rdbtool |
set FldsDef according defined parameters |
GetFldList |
rdbtool |
load list of field names or labels from the object according FldsDef |
GetFldListDataset |
rdbtool |
|
GetFldListDBGrid |
rdbtool |
load list of field names or labels from the object according FldsDef |
GetFldListrDBGrid |
rDBGrid |
returns list of field for rDBGrid according to FldsDef |
GetFldListRecView |
rdbtool |
|
GetFldListStringGrid |
rdbtool |
|
GetFldListValues |
rdbtool |
load list of field values from the object according FldsDef |
GetGenericFileType |
rfiletool |
Get file type description for defined extension |
GetGlobal_PropSaveFile |
PropSaveMain |
return link to global TPropSaveFile if defined |
GetHotTrackCoord |
rtool |
return TGridCoord from THotTrackCellInfo (RAD version independent) |
GetJPEGDimensions |
rpictool |
read size of jpeg file |
GetLine |
rtool |
get one line from string separated by EOL |
GetNumericFieldFilterValue |
rdbtool |
return Numeric Field value string prepared for filter |
GetPrinterNames |
rtool |
fill list by printer names |
GetQuotedFieldName |
rdbtool |
return FieldName with quotes if needed |
GetQuotedTableName |
rdbtool |
return TableName with quotes if needed |
GetRosiCompIniFile |
RosiCompGlobalCfg |
return filename used for storing of design time dialog settings |
GetSearchHintText |
rdbtool |
return localized hint string |
GetSQLLine |
rdbtool |
return line which starts by defined KeyWord |
GetSQLTableName |
rdbtool |
find and return first table name from sql command |
GetSQLWhere |
rdbtool |
find and return condition from line which starts by WHERE |
GetStyleBkColor |
rtool |
return background color for provided TStyleColor, if style is not active then return provided AColor, for RAD version XE2+ |
GetStyleBkColor_ComboBox |
rtool |
return TComboBox background color for active style or AColor if style is not used (RAD version independent) |
GetStyleBkColor_GradientBase |
rtool |
return Gradient base background color for active style or AColor if style is not used (RAD version independent) |
GetStyleBkColor_Grid |
rtool |
return TGrid background color for active style or AColor if style is not used (RAD version independent) |
GetStyleBkColor_ListBox |
rtool |
return TListBox background color for active style or AColor if style is not used (RAD version independent) |
GetStyleColor_GridCellBorder |
rtool |
return TGrid border background color for active style or AColor if style is not used (RAD version independent) |
GetStyleFontColor |
rtool |
return font color for provided TStyleFont, if style is not active then return provided AColor, for RAD version XE2+ |
GetStyleFontColor_ButtonText |
rtool |
return TButton font color for active style or AColor if style is not used (RAD version independent) |
GetStyleFontColor_ComboBox |
rtool |
return TComboBox font color for active style or AColor if style is not used (RAD version independent) |
GetStyleFontColor_GridText |
rtool |
return TGrid text font color for active style or AColor if style is not used (RAD version independent) |
GetStyleFontColor_LabelText |
rtool |
return TLabel font color for active style or AColor if style is not used (RAD version independent) |
GetStyleFontColor_ListBox |
rtool |
return TListBox font color for active style or AColor if style is not used (RAD version independent) |
GetStyleSystemColor |
rtool |
|
GetSystemDir |
rtool |
returns special directory in system according parameter FolderType, see ShlObj for list of values |
GetTempDir |
rtool |
Get temporary directory |
GetTempDirectory |
rtool |
Get temporary directory deprecated 'use GetTempDir instead' |
GetThemeEnabled |
rtool |
return is Theme/Style is active (RAD version independent) |
GetThemeServices |
rtool |
return TCustomStyleServices for RAD version XE2+ |
GetThousandSeparator |
rtool |
provides thousand separator setting in RAD version independent way |
GetTimeSeparator |
rtool |
provides time separator setting in RAD version independent way |
InputInt |
rdlg |
show input dialog for integer input |
InputPassword |
rdlg |
show input dialog for password input |
InputStr |
rdlg |
show input dialog for string input |
IntToStr0 |
rtool |
conversion int to str with 0 on left side |
IsAdvantageDatabaseDataset |
rdbtool |
indicate that Dataset is Advantage Database |
IsApostrField |
rdbtool |
return whether Field needs appostrophe in Filter |
IsBitSet |
rtool |
check if ABitIndex is set in AValueToCheck |
IsClientDataset |
rdbtool |
indicate that Dataset is TClientDataset |
IsDataField |
rdbtool |
return whether Field is ftData type |
IsDateField |
rdbtool |
return whether Field is Date type |
IsDateTimeField |
rdbtool |
return whether Field is DateTime type |
IsEditing |
rdbtool |
return whether object is in editing state |
IsGraphicField |
rdbtool |
return whether Field is Graphics field |
IsGraphicTypeValid |
rpictool |
indicate whether GraphicType is not Empty or Error |
IsJPGSupported |
rpictool |
indicate whether JPG is supported |
IsMemoField |
rdbtool |
return whether Field is Memo field, result depends also on RosiCompConfig.rDBToolCfg.BlobField_ftBlobAsMemo config value |
IsPNGSupported |
rpictool |
indicate whether PNG is supported |
IsSameColor |
rpictool |
compare two colors according provided threshold |
IsSimpleField |
rdbtool |
return whether Field is simple field (text, number, date) |
IsTimeField |
rdbtool |
return whether Field is Time type |
LoadAssociatedIconAsBitmap |
rfiletool |
load icon associated with the file type to bitmap |
LoadBitmapFromFile |
rpictool |
read file content and stored to bitmap, return graphics type |
LoadFileList |
rfiletool |
fill list with all files according DirWildCard |
LoadFileListSubDir |
rfiletool |
fill list with all files according DirWildCard including files from subdirectories |
LoadGridLookStyleList |
RosiCompGlobalCfg |
loads list of possible GridLookStyles |
LoadPictureFromFile |
rpictool |
read file content and stored to Picture, return graphics type |
LoadRecordList |
rdbtool |
scan all dataset and load captions to List, List.Object contain IdField integer value converted to Object |
LocateRecord |
rdbtool |
locate record according Field and Value, return if record was found |
LocateRecordText |
rdbtool |
locate record according Field and text Value, return if record was found |
MakeFilterBetweenCond |
rdbtool |
make filter condition |
MakeFilterCond |
rdbtool |
make filter condition |
MakeSQLCond |
rdbtool |
make sql condition according according FormatCondition and Value |
MakeSQLCond |
rdbtool |
make sql condition according Field and its current value |
MakeSQLCond |
rdbtool |
make sql condition according Field and Value |
MakeSQLCondAND |
rdbtool |
join all conditions by AND |
MakeSQLCondIsNull |
rdbtool |
make sql condition according Field and its current value, null field is converted to 0 or empty string |
MakeSQLCondIsNull |
rdbtool |
make sql condition according Field and Value, null field is converted to 0 or empty string |
MakeSQLCondLike |
rdbtool |
make sql LIKE condition according FieldName, Text and CompareType |
MakeSQLCondOR |
rdbtool |
join all conditions by OR |
MapiSendMailW |
MapiW |
send Mapi email with unicode support |
MoveCheckListBox |
rtool |
move item in TCheckListBox from old to new index |
MoveListBox |
rtool |
move item in TListBox from old to new index |
NCursor |
rtool |
set cursor to crDefault and return previous cursor |
NegateFilter |
rdbtool |
negate active filter |
NegBool |
rtool |
negate bool value and return a new value |
NegCheckBox |
rtool |
negate check value of the TCheckBox and return a new value |
NegMenuItem |
rtool |
negate check value of the TMenuItem and return a new value |
NumToTextCZ |
NumToText |
Convert numeric value to Czech text Parameter Separator defines separator between words; Parameter Currency defines name of currency; '' = without currency, 'short' = korun, 'long' = korun ceskych Parameter SubCurrency defines name of SubCurrency; '' = haleru |
NumToTextEN |
NumToText |
Convert numeric value to English text Parameter Separator defines separator between words; Parameter Currency defines name of currency; '' = without currency, 'short' = dollars, 'long' = dollars Parameter SubCurrency defines name of SubCurrency; '' = cents |
OpenDlg_GraphicFiles |
rpictool |
initialize and optionaly execute OpenDialog |
OpenDlg_PictureFromFile |
rpictool |
select graphic file from disk and load content to picture, return GraphicType |
PrintFile |
rtool |
open and print document |
PrintFileSimple |
rtool |
open and print document |
ProcMouseWheel |
rtool |
mouse actions |
RaiseErr |
rtool |
universal raising error procedure |
ReadBitmapFromField |
rpictool |
read field content and stored to Bitmap, return graphics type |
ReadPictureFromField |
rpictool |
read field content and stored to Picture, return graphics type |
Register |
rDBGridSorter_DBISAM |
|
Register |
rDBGridSorter_ElevateDB |
|
Register |
rDBGridSorter_AbsDB |
|
Register |
PropSaveWinXComps |
Define whether columns properties (fonts, color, alignmetn...) is re/stored |
Register |
PropSaveTMSGrids |
|
Register |
RosiCompDesignEditors_Reg |
|
Register |
rDBGridSorter_UniDAC |
|
Register |
rDBGridSorter_Zeos |
|
Register |
rDBGridSorter_FireDac |
|
Register |
RosiDesignEditors_Reg |
|
RemoveStrPart |
rtool |
find first part of input string separated by separator, return it and remove from input |
RemoveThousandSeparator |
rtool |
remove thousand separator from teh input string |
ReplaceStr |
rtool |
replace oldSubStr by newSubStr in s |
ReplaceStrFromTo |
rtool |
replace oldSubStr identificated by StartStr and StopStr by newSubStr in s |
ResetBit |
rtool |
reset ABitIndex in AValueToAlter |
ResortAllGrids |
rDBGrid |
find all rDBGrids on the form and call Resort procedure for each of them |
rHTML_DrawText |
rHTMLDrawText |
draw HTML text to Canvas according parameters |
rHTML_DrawTextSimple |
rHTMLDrawText |
draw HTML text to Canvas with default parameters |
rHTML_FreeAnchorInfo |
rHTMLDrawText |
free all items from AnchorInfoList, application must call on destroy if defined and used in rHTML_DrawText |
rHTML_MouseOverAnchor |
rHTMLDrawText |
check mouse position over HTML link and return link index, application must store and provide AnchorInfoList defined by rHTML_DrawText |
rHTML_RunGetAnchorAction |
rHTMLDrawText |
run link action, application must store and provide AnchorInfoList defined by rHTML_DrawText |
RotateBitmap |
rpictool |
rotate bitmap by defined angle |
RotatePicture |
rpictool |
rotate picture by defined angle |
RotateToBitmap |
rpictool |
rotate one bitmap to another bitmap by defined angle |
RunFile |
rtool |
open document or run file |
RunFileSimple |
rtool |
open document or run file |
SaveBitmapToFile |
rpictool |
write bitmap content to file in defined graphics type, return final graphics type |
SaveBitmapToJPGFile |
rpictool |
write bitmap content to jpg file in defined quality |
SaveBitmapToStream |
rpictool |
write bitmap content to stream in defined graphics type, return final graphics type |
SaveDlg_PictureToFile |
rpictool |
select file name and save picture content to file, return real GraphicType |
SavePictureToFile |
rpictool |
write picture content to file in defined graphics type, return final graphics type |
SavePictureToJPGFile |
rpictool |
write picture content to jpg file in defined quality |
SavePictureToStream |
rpictool |
write picture content to stream in defined graphics type, return final graphics type |
ScanAllRecords |
rdbtool |
scan all record in Dataset and call CallBack procedure for each one, reset all events before scaning |
ScanFormattedDateTime |
rtool |
Converts the given string to a date and time value. |
ScanFormattedDateTime |
rtool |
Converts the given string to a date and time value. |
SetBit |
rtool |
set ABitIndex in AValueToAlter |
SetDefaultPrinter |
rtool |
set default printer |
SetEndOfPath |
rtool |
set end of the Path with backslash |
SetFilterString |
rdbtool |
set Filter string for Dataset, try to keep current record if possible |
SetHotTrackCoord |
rtool |
set THotTrackCellInfo from TGridCoord (RAD version independent) |
SetHotTrackCoord |
rtool |
set THotTrackCellInfo from X, Y (RAD version independent) |
SetLine |
rtool |
set one line in string separated by EOL |
SetProgressBar |
rtool |
update progress bar status (value) |
SetSQLLine |
rdbtool |
find line which starts by defined KeyWord and replace it by NewLine |
SetSQLOrder |
rdbtool |
find line which starts by ORDER and replace it by new sorting from FieldName and Desc |
SetSQLWhere |
rdbtool |
find line which starts by WHERE and replace it by new Condition |
SetSQLWhere |
rdbtool |
find line which starts by WHERE and replace it by new condition according Field and Value |
SetSQLWhere |
rdbtool |
find line which starts by WHERE and replace it by new condition according Field and its current value |
SetSQLWhere |
rdbtool |
find line which starts by WHERE and replace it by new condition according FormatCondition and Value |
SetupPrinterDlg |
rtool |
show printer dialog |
ShowDBTrackSourceEditor |
DBTrackSource_DTEdit |
initialize and show design time dialog |
ShowDBTrackTargetEditor |
DBTrackTarget_DTEdit |
initialize and show design time dialog |
ShowDlg |
rdlg |
show user defined with any number of html messages Params contain array of strings to display or helpcontext, if string begins: ˆC - this string will be used as caption of window ˆB - this string will be displayed bold; ˆI - -"- italic; ˆU - -"- underline; ˆL - -"- large font; ˆX - -"- extra large font; |
ShowErr |
rdlg |
show error dialog with info message and exception description text |
ShowExtHelp |
rtool |
open file defined by Form.HelpFile (by associated application) |
ShowImageEdit |
rImageEdit |
show rImageEdit dialog, as image use Bitmap or Picture, possition of window can be saved in PSFile, dialog can me modal or not modal and can save changes back to image |
ShowInfo |
rdlg |
show small info window with text message and without any button or link |
ShowInfoEx |
rdlg |
show small info window with text message and Abort link |
ShowInfoProgressBar |
rdlg |
show small info window with text message, progress bar and Abort link |
ShowInput |
rdlg |
show input dialog for string input with definable width and mask char |
ShowInputCB |
rdlg |
show input dialog for string input with definable width, mask char and ComboBox with items |
ShowPropertySaverEditor |
PropSave_DTEdit |
|
ShowrDBGridEditor |
rDBGrid_DTEdit |
initialize and show design time dialog |
ShowrDBRecViewEditor |
rDBRecView_DTEdit |
|
ShowRecordCount |
rdbtool |
show dialog with number of records |
ShowrGroupBoxEditor |
rGroupBox_DTEdit |
|
ShowSelectFontDialog |
rDialogsEx |
create and show font dialog |
ShowTip |
rTip |
show OK dialog, if "Do not show next time" has been checked already dialog is not shown, PropSaveFile and ID is used for saving of "Donīt show next time" |
ShowTipEx |
rTip |
show OK dialog, if "Do not show next time" has been checked already dialog is not shown, PropSaveFile and ID is used for saving of "Donīt show next time", OnAnchorClick is callback procedure used if user click to anchor in TrHTMLLabel AlwaysShow overwrite "Donīt show next time" |
ShowTipQ |
rTip |
show OK Cancel dialog, if "Do not show next time" has been checked already dialog is not shown, PropSaveFile and ID is used for saving of "Donīt show next time" |
ShowTipQEx |
rTip |
show OK Cancel dialog, if "Do not show next time" has been checked already dialog is not shown, PropSaveFile and ID is used for saving of "Donīt show next time", OnAnchorClick is callback procedure used if user click to anchor in TrHTMLLabel AlwaysShow overwrite "Donīt show next time" |
ShowWinHelp |
rtool |
calls standard WinHelp procedure |
SmoothResizeBitmap |
rpictool |
resize bitmap to max width or height |
SmoothResizePicture |
rpictool |
resize picture to max width or height |
SmoothResizeToBitmap |
rpictool |
resize one bitmap to another bitmap |
SortDate |
rtool |
compare two date items from the List, used by TList.CustomSort |
SortNum |
rtool |
compare two numeric items from the List, used by TList.CustomSort |
SQLCursor |
rtool |
set cursor to crSQLWait and return previous cursor |
StringToColor |
rpictool |
return color value according color string |
StringToVar |
rtool |
conversion string to variable |
StringToWideString |
rtool |
converts AnsiString with specified codePage to WideString |
StrToDateEx |
rtool |
Converts Text to Date with limits, current month is used if day only is entered |
Sys_CopyDir |
rfiletool |
copy whole directory using standard progress dialog |
Sys_CopyFiles |
rfiletool |
copy file list using standard progress dialog |
Sys_CopyFiles |
rfiletool |
copy file list using standard progress dialog |
Sys_CopyFilesToClipboard |
rfiletool |
copy file list to clipboard using standard progress dialog |
Sys_CopyFilesToClipboard |
rfiletool |
copy file list to clipboard using standard progress dialog |
Sys_DeleteDir |
rfiletool |
delete whole directory using standard progress dialog |
Sys_DeleteFilesToBin |
rfiletool |
delete file list (move to recykle bin) |
Sys_DeleteFilesToBin |
rfiletool |
delete file list (move to recykle bin) |
Sys_PasteFilesFromClipboard |
rfiletool |
paste files from clipboard using standard progress dialog |
Sys_PasteFilesFromDataObject |
rfiletool |
paste files from data object (e.g. |
UpdateAlignmentFromAlignmentDefault |
rtool |
update Alignment setting according to TAlignmentDefault setting |
UpdateFontStylesFromFontStylesDefault |
rtool |
update FontStyle setting according to TFontStylesDefault setting |
UpdateToDateSeparator |
rtool |
update string representing date value with any separators to string with current date separator |
UpdateToDecimalSeparator |
rtool |
update string representing numeric value with any separators to string with current separators |
UpdateToTimeSeparator |
rtool |
update string representing time value with any separators to string with current time separator |
UseFontFormatParams |
rtool |
set font style, color or size according Param string: N=normal B=bold I=italic U=underline Red, Blue = color $00xxxxxx = color 8, 9, 10, 12, 14 ... |
UseFontFormatParams |
rtool |
|
VarToString |
rtool |
conversion variable to string (for saving in BLOB) |
WCursor |
rtool |
set cursor to crHourGlass and return previous cursor |
WideStringToString |
rtool |
converts WideString with specified codePage to AnsiString |
Word_CloseApp |
rOleTools |
|
Word_ConvertFileExtension |
rOleTools |
|
Word_ConvertFileToDOC |
rOleTools |
|
Word_ConvertFileToDOCX |
rOleTools |
|
Word_ConvertFileToODT |
rOleTools |
|
Word_ConvertFileToPDF |
rOleTools |
|
Word_ConvertFileToRTF |
rOleTools |
|
Word_OpenApp |
rOleTools |
|
WriteBitmapToField |
rpictool |
write bitmap content to field in defined graphics type |
WriteBitmapToJPGField |
rpictool |
write bitmap content to field in jpg format and defined quality |
WritePictureToField |
rpictool |
write picture content to field in defined graphics type |
WritePictureToJPGField |
rpictool |
write picture content to field in jpg format and defined quality |