Quantcast
Viewing all articles
Browse latest Browse all 5

Mengubah atribut properties File

procedure TForm1.Button1Click(Sender: TObject); begin with OpenDialog1 do if Execute then if SetFileAttributes(PChar(Filename), FILE_ATTRIBUTE_HIDDEN) then Caption:=’attribute was changed’ else Caption:=’attribute was not changed’; end;

Viewing all articles
Browse latest Browse all 5