GetValue (exp)
De Wiki1000
function GetValue(iExpression:string):Variant;
Retourne le résultat de l'évaluation d'une expression
iExpression | Expression objet évaluée |
Exemple :
Type VueSoldeEcriture = viewOf(TEcriture,VueSoldeComptePeriode) credit:Currency = credit:TCValue; debit:Currency = debit:TCValue; typeLot:Integer = piece.lot.typeLot; codeCompte:string = compteGeneral.codeCompte; captionCompte:string = compteGeneral.Caption; sensCompte:Integer = compteGeneral.sensPrivilegie; norme:string = piece.normeComptable.code; eDate:Tdatetime = eDate notInSelect; [eDate >= GetValue('begin Result := TFacadeInitGeneral.GetPreviousPeriodEndDate(Date); end;')] end;
Voir aussi: