[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googleandroidenterprise.pp line 178
type TAppRestrictionsSchemaRestrictionRestrictionValue = class(TGoogleBaseObject) |
protected |
class function ExportPropertyName(); override; |
procedure Set_type(); virtual; |
procedure SetvalueBool(); virtual; |
procedure SetvalueInteger(); virtual; |
procedure SetvalueMultiselect(); virtual; |
procedure SetvalueString(); virtual; |
published |
property _type: string; [rw] |
property valueBool: Boolean; [rw] |
property valueInteger: Integer; [rw] |
property valueMultiselect: TStringArray; [rw] |
property valueString: string; [rw] |
end; |
| |
| |
TObject |