DesignEditors.TPropertyEditor.SetInt64Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetInt64Value(Value: Int64);

C++

void __fastcall SetInt64Value(__int64 Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
DesignEditors.pas
DesignEditors.hpp
DesignEditors TPropertyEditor

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.

See Also