DesignEditors.TPropertyEditor.SetInt64Value
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: DesignEditors.pas DesignEditors.hpp
| |
Unit: DesignEditors | |
Parent: TPropertyEditor |
Delphi
procedure SetInt64Value(Value: Int64);
C++
void __fastcall SetInt64Value(__int64 Value);
Description
Changes the property value for every object being edited.
Call SetInt64Value to change the property setting for every object that can be returned by the GetComponent method. Do not call SetInt64Value unless the property editor represents a 64-bit integer value. After changing a property value using SetInt64Value, it is not necessary to call Modified.