I have a client instance that I should follow. I found that the only way to follow a client:
> focus.bydirection(dir,c)-press Focus on the client in a given direction.
> focus.byidx(i,c) – fo
I have a client instance that I should follow. I found that the only way to follow a client:
> focus.bydirection(dir,c)-press Focus on the client in a given direction.
> focus.byidx(i,c) – fo
I completed my homework and researched other replies on this topic, but did not solve my specific problem.
I want to delete io completely The library and os are only part (let’s say I want to
Please about this code:
type
TClient = class(TObject)
public
Host: String;
Queue: TIdThreadSafeStringList;
end;
var
Clients: TThreadList;
procedure TMain. FormCreate(Sender: TObject);
I use the following code to evaluate msg. The content (body/line) of the E Mail message received using the INDY 10 component
function LinesFromMsg(aMsg: TIdMessage): TStrings;
var
i: Intege
I have source code in Delphi. I follow this http://hscripts.com/tutorials/cpp/bitwise-operators.php to convert it in C Builder for bitwise operators, But the result is different
Source code i
The previous version of Delphi does not support Weak and UnSafe references of interfaces, and Weak and UnSafe of objects are supported, and it is only supported on Android and Ios platforms.
I have an array of integer and string fields. To make it different, I currently copy line by line to the new array, and each record checks whether the record already exists in new, if It’s not that
I encountered a problem, I usually cannot use its property ToolBar.Color to change the background color of TToolBar (such as clwhite). I am not very experienced in Delphi, I found two Possible solu
I am trying to pass some strings to a dynamic string array, in this case it is working:
procedure DoSomeThing(in_cmd: string; var out_strs: array of string);
begin
..
for n := low(out_strs)