[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googlesheets.pp line 1121
type TDataValidationRule = class(TGoogleBaseObject) |
protected |
procedure Setcondition(); virtual; |
procedure SetinputMessage(); virtual; |
procedure SetshowCustomUi(); virtual; |
procedure Setstrict(); virtual; |
published |
property condition: TBooleanCondition; [rw] |
property inputMessage: string; [rw] |
property showCustomUi: Boolean; [rw] |
property strict: Boolean; [rw] |
end; |
| |
| |
TObject |