Home
last modified time | relevance | path

Searched refs:Asoc_Str (Results 1 – 9 of 9) sorted by relevance

/dports/editors/picpas/PicPas-7940bc3/_libraries/MiConfig-0.4/
H A DMiConfigBasic.pas153 function Asoc_Str(etiq: string; ptrStr: pointer; defVal: string): TParElem; in Asoc_Str() function
154 function Asoc_Str(etiq: string; ptrStr: pointer; edit: TCustomEdit; in Asoc_Str() function
156 function Asoc_Str(etiq: string; ptrStr: pointer; edit: TCustomEditButton; in Asoc_Str() function
158 function Asoc_Str(etiq: string; ptrStr: pointer; cmbBox: TComboBox; in Asoc_Str() function
643 function TMiConfigBasic.Asoc_Str(etiq: string; ptrStr: pointer; defVal: string in Asoc_Str() function
657 function TMiConfigBasic.Asoc_Str(etiq: string; ptrStr: pointer; in Asoc_Str() function
661 Result := Asoc_Str(etiq, ptrStr, defVal);
665 function TMiConfigBasic.Asoc_Str(etiq: string; ptrStr: pointer; in Asoc_Str() function
669 Result := Asoc_Str(etiq, ptrStr, defVal);
673 function TMiConfigBasic.Asoc_Str(etiq: string; ptrStr: pointer; in Asoc_Str() function
[all …]
H A DREADME.md41 iniFile.Asoc_Str('MyText', @MyText, Edit1, '');
93 Asoc_Str()
/dports/editors/picpas/PicPas-7940bc3/miconfig/
H A DMiConfigBasic.pas153 function Asoc_Str(etiq: string; ptrStr: pointer; defVal: string): TParElem; in Asoc_Str() function
154 function Asoc_Str(etiq: string; ptrStr: pointer; edit: TCustomEdit; in Asoc_Str() function
156 function Asoc_Str(etiq: string; ptrStr: pointer; edit: TCustomEditButton; in Asoc_Str() function
158 function Asoc_Str(etiq: string; ptrStr: pointer; cmbBox: TComboBox; in Asoc_Str() function
643 function TMiConfigBasic.Asoc_Str(etiq: string; ptrStr: pointer; defVal: string in Asoc_Str() function
657 function TMiConfigBasic.Asoc_Str(etiq: string; ptrStr: pointer; in Asoc_Str() function
661 Result := Asoc_Str(etiq, ptrStr, defVal);
665 function TMiConfigBasic.Asoc_Str(etiq: string; ptrStr: pointer; in Asoc_Str() function
669 Result := Asoc_Str(etiq, ptrStr, defVal);
673 function TMiConfigBasic.Asoc_Str(etiq: string; ptrStr: pointer; in Asoc_Str() function
[all …]
H A DREADME.md41 iniFile.Asoc_Str('MyText', @MyText, Edit1, '');
93 Asoc_Str()
H A DLEEME.md41 cfgFile.Asoc_Str('MyText', @MyText, Edit1, '');
95 Asoc_Str()
/dports/editors/picpas/PicPas-7940bc3/miconfig/Sample2_SeveralTypes/
H A DFormConfig.pas67 cfgFile.Asoc_Str('MyText', @MyString, Edit1, '');
74 cfgFile.Asoc_Str('MyMultStr', @MyMultStr, Memo1, 'line1' + LineEnding + 'line2');
/dports/editors/picpas/PicPas-7940bc3/miconfig/Sample1_Simple/
H A DFormConfig.pas38 cfgFile.Asoc_Str('MyText', @MyText, Edit1, '');
/dports/editors/picpas/PicPas-7940bc3/Source/
H A DFormConfig.pas356 s:=cfgFile.Asoc_Str ('language' , @language, ComboBox1, 'en - English');
359 s:=cfgFile.Asoc_Str ('filesClosed', @filesClosed, '');
397 s:=cfgFile.Asoc_Str('TipLet', @TipLet, cmbFontName, 'Courier New');
/dports/editors/picpas/PicPas-7940bc3/txpres/Demo6 - IDE con compilador a ASM8086/
H A Dconfigframe.pas115 procedure Asoc_Str(ptrStr: pointer; etiq: string; defVal: string); procedure
688 procedure TFrame.Asoc_Str(ptrStr: pointer; etiq: string; defVal: string); procedure