Home
last modified time | relevance | path

Searched refs:TR_GetValue (Results 1 – 6 of 6) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/amunits/examples/otherlibs/
H A Dlistview.pas94 num := TR_GetValue(Project,7);
100 …TRMS_NEWVALUE : IF trmsg^.trm_ID = 7 then writeln('You picked number: ',TR_GetValue(Project,7));
H A Dlinklib.pas104 num := TR_GetValue(Project,LibListGadID);
150 num := TR_GetValue(project,LibListGadID);
166 num := TR_GetValue(project,LibListGadID);
H A Dpalette.pas64 writeln('Your final colour was ',TR_GetValue(Project,7));
H A Dscroller.pas67 writeln(' The final value was: ' ,TR_GetValue(Project,7));
H A Dslider.pas74 writeln(' The final number was: ' ,TR_GetValue(Project,1));
/dports/lang/fpc-source/fpc-3.2.2/packages/amunits/src/otherlibs/
H A Dtriton.pas751 function TR_GetValue(p : pTR_Project; gadid : Longint): Longint; in TR_GetValue() function
802 function TR_GetValue(p : pTR_Project; gadid : Longint): Longint; in TR_GetValue() function
804 TR_GetValue := TR_GetAttribute(p,gadid,TRAT_Value);