[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googlesheets.pp line 1033
type TFilterCriteria = class(TGoogleBaseObject) |
protected |
procedure Setcondition(); virtual; |
procedure SethiddenValues(); virtual; |
published |
property condition: TBooleanCondition; [rw] |
property hiddenValues: TStringArray; [rw] |
end; |
| |
| |
TObject |