FireDAC.Stan.Util

From RAD Studio API Documentation
Jump to: navigation, search


Package FireDACCommon280.bpl

Classes

TFDBuffer
TFDConfigFile
TFDEncoder
TFDLibraryThis class allows to load and access DLL libraries.
TFDLog
TFDMethodThunk
TFDReadSharedMemoryStream
TFDRefCounter
TFDTextFile
TFDThread
TFDThreadMsgBase
TFDThreadMsgClass
TFDThreadStartMsg
TFDThreadStopMsg
TFDThreadTerminateMsg

Routines

FDAlign
FDAnsiStrLenReturns the number of characters in a PFDAnsiString, excluding the null terminator.
FDBCD2DoubleConverts a TBcd to a double value.
FDBCD2StrReturns a string representation of a binary-coded decimal (BCD) value.
FDBcdGetMetricsReturns the scale and precision of a TBcd object.
FDBcdIsDecimalPartEmptyReturns whether the decimal part of the TBcd object is empty.
FDBin2HexReturns a hexadecimal representation of a Pointer.
FDBin2HexBSReturns a hexadecimal representation of a Pointer.
FDBrowseForFolderFDBrowseForFolder allows a user to select a folder.
FDCompareAnsiStrFDCompareAnsiStr compares the values of AStr1 and AStr2 parameters.
FDCompareByteStrFDCompareByteStr compares the values of AStr1 and AStr2 parameters.
FDCompareWideStrFDCompareWideStr compares the values of AStr1 and AStr2 parameters.
FDCountFieldNamesFDCountFieldNames returns the number of field names contained by a String object.
FDCurr2StrFDCurr2Str formats a Currency value as a String.
FDDate2DateTimeFDDate2DateTime converts a Longint value to a TDateTime object.
FDDate2SQLTimeStampConverts a Longint value to a TSQLTimeStamp value.
FDDateTime2DateConverts an AValue date and time value to a date value represented by the number of days from the start of the calendar (the number of days since 1/1/0001 plus one).
FDDateTime2MSecsConverts an AValue date and time value to the number of milliseconds from the start of the calendar (the number of days since 1/1/0001 plus one).
FDDateTime2TimeConverts a TDateTime to a TTime value.
FDDisableFPExcDisables floating-point exceptions.
FDDouble2BCDConverts a double value to a TBcd.
FDExpandStrExpands a string by replacing the path variables with their actual values.
FDExpandStrsExpands a list of strings by replacing the path variables with their actual values.
FDExtractFieldNameReturns the next name in a delimited string of field names.
FDExtractFileNameNoPathReturns the file name without its extension.
FDFieldInFieldNamesChecks if a field name is in a semicolon-delimited string of names.
FDFieldNamesToArrayConverts field names within a string to an array of strings.
FDFileMoveMoves the file to a new specified path.
FDFloat2StrConverts a floating-point value to a string.
FDFloatRec2BCDConverts a floating-point number to a string.
FDFreeDestroys an object and frees its associated memory, if necessary.
FDFreeAndNilFrees an object reference and replaces the reference with nil (Delphi) or NULL (C++).
FDGetAppCfgPathReturns the path for the application configuration.
FDGetAppDocPathReturns the path for the application documents.
FDGetAppPathReturns path for the executable module of the application.
FDGetBestPathReturns the best configuration path.
FDGetCmdParamReturns the command-line parameters.
FDGetLibMachineTypeReturns the machine type.
FDGetSystemCfgPathReturns the path of the system configuration directory.
FDGetTempPathReturns the path of the temporary files directory.
FDGetVersionInfoReturns version information associated with a specified file.
FDHandleExceptionCalled when an exception is raised.
FDHasKW
FDHex2BinReturns a binary representation of a String.
FDHighRefCounterSets the reference count of an object to a maximum possible value.
FDIdentToStrReturns a string representation of a Variant.
FDIndexOfReturns the index of an item inside a list.
FDInSetChecks if a character belongs to a set.
FDInt2StrConverts an integer number into a string.
FDIsDesignTime
FDISOStr2Date
FDISOStr2DateTime
FDISOStr2Time
FDISOStr2TimeStamp
FDLastSystemErrorMsgReturns the last system error message.
FDMergeFieldNamesCombines two strings with the field names.
FDMSecs2DateTimeConverts a double value into the corresponding TDateTime value.
FDNormPathEnsures that a path name ends with a delimiter.
FDPadLFormats the text by adding spaces or reducing the text.
FDPadRFormats the text by adding spaces or reducing the text.
FDRandomNumber
FDReadRegValueRetrieves a string value from the system registry.
FDRemoveChar
FDResetFPExc
FDSameVariantsReturns the result of comparing two Variants.
FDSetEnvCreates, modifies, or deletes an environment variable.
FDShell
FDSQLTimeStamp2DateConverts a TSQLTimeStamp value to a Longint value.
FDSQLTimeStamp2TimeConverts a TSQLTimeStamp object to an integer.
FDStartsWithKW
FDStr2BCDReturns a binary-coded decimal (BCD) representation of a string.
FDStr2CurrConverts a string to a Currency value.
FDStr2FloatConverts a given string to a floating-point value.
FDStr2IntConverts into a number a string that represents an integer (decimal notation).
FDStrLikeCompares a string and a pattern for matches.
FDStrReplaceReplaces a character in a string.
FDStrRPosReturns a pointer to the first occurrence of Str2 in Str1.
FDSystemMessageDisplays a system message box.
FDTime2DateTimeConverts a Longint time value into a TDateTime value.
FDTime2SQLTimeStampConverts a Longint time value into a TSQLTimeStamp value.
FDTimeoutChecks the timeout.
FDUnquoteRemoves the quote characters from a string.
FDValToStrReturns a string representation of a Variant.
FDVarToBoolConverts a Variant to a Boolean.
FDVerInt2StrConverts a TFDVersion value to a String.
FDVerStr2IntConverts a String to a TFDVersion value.
FDWriteRegValueCreates a new registry key.

Types

Firedac_Stan_Util
MarshaledAString
TFDCheckGuiRunningFunc
TFDMachineType

Variables

C_FD_MachineTypes
C_FD_ScaleFactor
GCheckGuiRunning
GIsDesignTime
GParseFmtSettings
GSemicolonFmtSettings
GSpaceFmtSettings

Constants

mtNativemtNative: TFDMachineType = mt32Bit;