[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: tiLog.pas line 298
procedure LogValue( |
const AIdentifier: string; |
const AValue: Integer |
); overload; |
const AIdentifier: string; |
const AValue: Cardinal |
); overload; |
const AIdentifier: string; |
const AValue: Boolean |
); overload; |
const AIdentifier: string; |
const AValue: string |
); overload; |
const AIdentifier: string; |
const ARect: TRect |
); overload; |
const AIdentifier: string; |
const APoint: TPoint |
); overload; |
const AIdentifier: string; |
const AValue: Currency |
); overload; |