Topic: Generate

Hello Friends...
How to generate this type of id using MVD....
See Attached Picture.......

Post's attachments

Attachment icon untitled.JPG 9.79 kb, 154 downloads since 2019-01-03 

Re: Generate

Hello.


procedure Form1_Button1_OnClick (Sender: TObject; var Cancel: boolean);
begin
    Form1.Edit1.Text := IntToHex(Trunc(Random*999999999), 9);
end;
Dmitry.