[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
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: RawByteString |
):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 |