bir Set tipinde degiskenim var
Kod: Tümünü seç
TBtn=(bInsert,bEdit,bDel,bDelAll,bPost,bCancel);
TBtnSet=set of TBtn;
Kod: Tümünü seç
var
MyBtnSet:TBtnSet;
SetCount:Integer;
begin
MyBtnSet:=[bInsert,bEdit,bDel,bDelAll];
SetCount:=Count(MyBtnSet);
aslında kendim idareten bir tane yazarım ama
bu isi yapan bir operator yada komut var mı diye
sorayım dedim