[Error] PersonelDosyasiUnit.pas(369): Undeclared identifier: 'loCaseInsensitive'
Kod: Tümünü seç
procedure TPersonelDosyasiForm.bbEKLEClick(Sender: TObject);
var
bul:boolean;
begin
bul:=Dm1.qrPERTAN.Locate('SICILNO',ESicilNo.Text,[loCaseInsensitive])
if bul=true then
begin
showmessage('Bu Sicil Numarası Hazirda Sistemde Kayitlidir. Lutfen Kontrol Ediniz!...');
ESicilNo.SetFocus;
end
else