Home
last modified time | relevance | path

Searched refs:Asoc_Int (Results 1 – 8 of 8) sorted by relevance

/dports/editors/picpas/PicPas-7940bc3/_libraries/MiConfig-0.4/
H A DMiConfigBasic.pas139 function Asoc_Int(etiq: string; ptrInt: pointer; defVal: integer): TParElem; in Asoc_Int() function
140 function Asoc_Int(etiq: string; ptrInt: pointer; edit: TEdit; in Asoc_Int() function
142 function Asoc_Int(etiq: string; ptrInt: pointer; spEdit: TSpinEdit; in Asoc_Int() function
144 function Asoc_Int(etiq: string; ptrInt: pointer; radGroup: TRadioGroup; in Asoc_Int() function
571 function TMiConfigBasic.Asoc_Int(etiq: string; ptrInt: pointer; defVal: integer in Asoc_Int() function
585 function TMiConfigBasic.Asoc_Int(etiq: string; ptrInt: pointer; edit: TEdit; in Asoc_Int() function
589 Result := Asoc_Int(etiq, ptrInt, defVal);
595 function TMiConfigBasic.Asoc_Int(etiq: string; ptrInt: pointer; in Asoc_Int() function
599 Result := Asoc_Int(etiq, ptrInt, defVal);
603 function TMiConfigBasic.Asoc_Int(etiq: string; ptrInt: pointer; in Asoc_Int() function
[all …]
H A DREADME.md91 Asoc_Int();
/dports/editors/picpas/PicPas-7940bc3/miconfig/
H A DMiConfigBasic.pas139 function Asoc_Int(etiq: string; ptrInt: pointer; defVal: integer): TParElem; in Asoc_Int() function
140 function Asoc_Int(etiq: string; ptrInt: pointer; edit: TEdit; in Asoc_Int() function
142 function Asoc_Int(etiq: string; ptrInt: pointer; spEdit: TSpinEdit; in Asoc_Int() function
144 function Asoc_Int(etiq: string; ptrInt: pointer; radGroup: TRadioGroup; in Asoc_Int() function
571 function TMiConfigBasic.Asoc_Int(etiq: string; ptrInt: pointer; defVal: integer in Asoc_Int() function
585 function TMiConfigBasic.Asoc_Int(etiq: string; ptrInt: pointer; edit: TEdit; in Asoc_Int() function
589 Result := Asoc_Int(etiq, ptrInt, defVal);
595 function TMiConfigBasic.Asoc_Int(etiq: string; ptrInt: pointer; in Asoc_Int() function
599 Result := Asoc_Int(etiq, ptrInt, defVal);
603 function TMiConfigBasic.Asoc_Int(etiq: string; ptrInt: pointer; in Asoc_Int() function
[all …]
H A DREADME.md91 Asoc_Int();
H A DLEEME.md93 Asoc_Int();
/dports/editors/picpas/PicPas-7940bc3/Source/
H A DFormConfig.pas368 s:=cfgFile.Asoc_Int('SynTreeWidth', @SynTreeWidth , 130);
385 s:=cfgFile.Asoc_Int ('grpFiltypes',@cexpFiltype, grpFiltype, 0);
388 s:=cfgFile.Asoc_Int('TamLet', @TamLet, spFontSize, 10);
401 s:=cfgFile.Asoc_Int('TabEdiState', @TabEdiMode, grpTabEdiState, 0);
/dports/editors/picpas/PicPas-7940bc3/miconfig/Sample2_SeveralTypes/
H A DFormConfig.pas68 cfgFile.Asoc_Int('MyInt', @MyInt, Edit2, 5, 1,7);
/dports/editors/picpas/PicPas-7940bc3/txpres/Demo6 - IDE con compilador a ASM8086/
H A Dconfigframe.pas113 procedure Asoc_Int(ptrInt: pointer; etiq: string; defVal: integer); procedure
658 procedure TFrame.Asoc_Int(ptrInt: pointer; etiq: string; defVal: integer); procedure