Source position: syssbh.inc line 39
public function TANSISTRINGBUILDER.Append( |
const AValue: Boolean |
):TANSISTRINGBUILDER; |
const AValue: Byte |
):TANSISTRINGBUILDER; |
const AValue: AnsiChar |
):TANSISTRINGBUILDER; |
const AValue: Currency |
):TANSISTRINGBUILDER; |
const AValue: Double |
):TANSISTRINGBUILDER; |
const AValue: SmallInt |
):TANSISTRINGBUILDER; |
const AValue: LongInt |
):TANSISTRINGBUILDER; |
const AValue: Int64 |
):TANSISTRINGBUILDER; |
const AValue: TObject |
):TANSISTRINGBUILDER; |
const AValue: ShortInt |
):TANSISTRINGBUILDER; |
const AValue: Single |
):TANSISTRINGBUILDER; |
const AValue: UInt64 |
):TANSISTRINGBUILDER; |
const AValue: array of AnsiChar |
):TANSISTRINGBUILDER; |
const AValue: Word |
):TANSISTRINGBUILDER; |
const AValue: Cardinal |
):TANSISTRINGBUILDER; |
const AValue: PAnsiChar |
):TANSISTRINGBUILDER; |
const AValue: ansistring |
):TANSISTRINGBUILDER; |
const AValue: AnsiChar; |
RepeatCount: Integer |
):TANSISTRINGBUILDER; |
const AValue: array of AnsiChar; |
StartIndex: Integer; |
SBCharCount: Integer |
):TANSISTRINGBUILDER; |
const AValue: ANSISTRING; |
StartIndex: Integer; |
Count: Integer |
):TANSISTRINGBUILDER; |
const Fmt: ANSISTRING; |
const Args: array of Const |