![]() |
Delhpi Program Query
I have this method.
constructor TIPCEvent.Create(AOwner: TIPCThread; const Name: string; Manual: Boolean); begin inherited Create(Name, Manual); FOwner := AOwner; FSharedMem := TSharedMem.Create(Format('%s.Data', [Name]), SizeOf(TIPCEventInfo)); FEventInfo := FSharedMem.Buffer; end; I just want to know what "Format('%s.Data', [Name])" will return. Suppose Name is "Sunil". Whether it will return Sunil.Data or something else.. |
Re: Delhpi Program Query
Quote:
|
Re: Delhpi Program Query
|
Re: Delhpi Program Query
Quote:
|
Re: Delhpi Program Query
Quote:
|
| All times are GMT -5. The time now is 23:55. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi