FireDAC.Stan.Util.FDAnsiStrLen
Delphi
function FDAnsiStrLen(AStr: PFDAnsiString): Integer;
C++
extern DELPHI_PACKAGE int __fastcall FDAnsiStrLen(char * AStr);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FireDAC.Stan.Util.pas FireDAC.Stan.Util.hpp |
FireDAC.Stan.Util | FireDAC.Stan.Util |
Description
Returns the number of characters in a PFDAnsiString, excluding the null terminator.
FDAnsiStrLen returns the number of characters in AStr, not counting the null terminator.